I am new to eclipse and am using it for Google App Engine development. I come from a Visual Studio background. I installed following edition of eclipse from this link:
Eclipse IDE for JavaScript Web Developers.
Version: Helios Service Release 2
Build id: 20110218-0911
I also installed pydev on my machine. I have several questions:
- first, it seems i can't run multiple instances of eclipse w/o creating multiple workspaces ref. what is the procedure to work on multiple solutions (.sln in VS parlance) when using eclipse?
- i created a new pydev project. how do i add existing javascript files to this project? can't figure this out. Will i have to keep my javascript code sequestered from my pydev project?
- finally, when browsing the workspace i see a .project and a .pydevproject file but neither of these files contain instructions on what files to include in the project. what are the equivalents of the VS .csproj and .sln files in eclipse and where to look for them?
- Does the edition I am working with have built-in intellisense (known as code-completion in eclipse parlance) support for jquery? if yes, how to activate it as it doesn't seem to be working for me. if not, is it possible to download some lightweight plugin and get this functionality?