Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I em sure there is an already established way to deal with projects on a web server from eclipse but i couldn't manage to find it .

My goal is simple :

Browse and edit files on a remote server from within eclipse .

So the real question would be : what is the best way to view and edit django projects from within eclipse ?

Thanks in advance .

share|improve this question
possible duplicate of Is it possible to work on remote files in Eclipse? – Timmy O'Mahony Nov 20 '11 at 17:12
and this – Timmy O'Mahony Nov 20 '11 at 17:13

1 Answer

up vote 1 down vote accepted

Eclipse has the Target Management and the Remote System Explorer plugins/features that allow you to do remote editing. With that, you should be able to use PyDev (Python/Django) and related plugins for the non-Python stuff (CSS/HTML/JavaScript/etc). There are lots of articles if you google around for these plugin by name.

share|improve this answer
Thx i don't know why i hesitated to look at RSE .I just installed it and is pretty neat . Thx – Florin Nov 20 '11 at 20:57

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.