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 installed VJet as plugin and it is nice that i can have JQuery autocomplete using the 'VJet editor" view, but i'm using the javascript IDE (downloaded at eclipse.org) and it's nice too because i can do auto complete in objects like array and i can have syntax coloring and others thing. but i can archive this with the "JavaScript editor" view. then was thinking if there is some way to integrate the power of the two?

share|improve this question

closed as not a real question by Carl, Ricardo Lohmann, Kris Erickson, 0x499602D2, eykanal Nov 27 '12 at 19:54

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

2 Answers

up vote 2 down vote accepted

Yes the two editors are different.

(Disclaimer)I am the lead on the VJET project and looking for ways to improve. The VJET editor is a newly open source project and the team is looking for feedback. I recommend going to the VJET project forum and asking for features.

It would also be great for VJET to work with the eclipse JavaScript project (JSDT). Most of the energy of that project is going towards debugging and the JavaScript editor Orion.

share|improve this answer
1  
Follow up VJET is becoming part of eclipse webtools project - eclipse.org/proposals/webtools.vjet – Justin Early Aug 15 '12 at 22:36

I wish there was, but there is no magical way to integrate two different editors in eclipse.

Every editor is defined to provide syntax highlighting, code assist and more in a specific way. One way to have all the features in one is to create an editor that extends another (...and I simplified it a lot...).

The best I can recommend is to use an editor that can support both. I admit, I am biased... but you can try Aptana Studio (which is based on Eclipse).

share|improve this answer

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