Note that there are some explanatory texts on larger screens.

plurals
  1. POEclipse questions for a Visual Studio programmer (using Javascript Edition + pydev)
    text
    copied!<p>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 <a href="http://eclipse.org/downloads/packages/eclipse-ide-javascript-web-developers/heliosm5" rel="nofollow">link</a>:</p> <p>Eclipse IDE for JavaScript Web Developers.<br> Version: Helios Service Release 2<br> Build id: 20110218-0911 </p> <p>I also installed pydev on my machine. I have several questions: </p> <ol> <li>first, it seems i can't run multiple instances of eclipse w/o creating multiple workspaces <a href="http://dev.eclipse.org/newslists/news.eclipse.tools/msg32835.html" rel="nofollow">ref</a>. what is the procedure to work on multiple solutions (.sln in VS parlance) when using eclipse?</li> <li>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?</li> <li>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?</li> <li>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?</li> </ol>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload