是否在本地使用eclipse / develop-debug连接到网站?

So I've downloaded Eclipse because the consensus is that dreamweaver is lame. In dreamweaver I was used to just making a change and hitting ⌘+shift+u to upload my file to my site and see the change i made.

In eclipse, I can I connect to my website so that I can mimic this behavior? Is there a better way to do this? Should I be debugging locally using mamp or something, then transfer the files with fetch (again, or something) when I am done?

Thanks!