Is it a good idea to edit WordPress within Eclipse? [closed]

Yes, you absolutely should use a proper code editor like Eclipse instead of the web interface. Another good idea that will save you tons of headaches is to install git and create a local repository for you changes. Commit your changes every time you complete a feature or fix a bug and you’ll have a nice way to rollback if you make a mistake somewhere.