Nodeclipse / eclipse-node-ide

Eclipse Node.js IDE - p2f and knowledge base
http://www.nodeclipse.org/enide
Other
52 stars 14 forks source link

Does eclipse-node-ide improves something, ot it's just a good package set? #6

Open garex opened 10 years ago

garex commented 10 years ago

Hi! From the docs it's not clear, what do we have here in the whole. Does it's just a good set of packages?

For example for me most critical is JSDT code completion. Do we have ways to improve it? One thing, that I dont' like in Java and eclipse it's it's excessive complexity in case of improvment/extending. That's why I wait for github's atom.io

paulvi commented 10 years ago

In this repository there are .p2f files (that are one more way to install plugins) and also some Help content like Hints

For plugins check https://github.com/Nodeclipse/nodeclipse-1/ and list on http://with-eclipse.github.io/

code completion is never critical, it is just helping developers a lot. Nodeclipse has some code completion, that even works in TextEditor-based Editor. The problem is to prepare metadata with proposals/completions. If you want to discuss that create issue at https://github.com/Nodeclipse/nodeclipse-1/issues/new

There are more and more cloud IDEs see http://en.wikipedia.org/wiki/Web_integrated_development_environment

Eclipse has 2:

garex commented 10 years ago

code completion is never critical, it is just helping developers a lot.

:)) I can say same about anything. %Something% is never critical, it's just helping developers a lot. Sorry, but for me it's critical.

Nodeclipse has some code completion

What does it means? Nodeclipse is another plugin, or it adds something to default JSDT editor?

paulvi commented 10 years ago

both.

Please follow links above. Give a try of Enide Studio

Learn more, then ask particular questions.

garex commented 10 years ago

@PaulVI ok, I'll try it and then ask more concrete question.

garex commented 10 years ago

@PaulVI I tried it also, but same: it lacks code completion of referenced project, when code is not in root of it.

Btw, I found this! https://bitbucket.org/nexj/webtools.jsdt.core <== What do you think about it?

UPDATE: Sorry, but I'm dumb. I should just go to system.js and see how to correctly write JSDoc for classes. Mega-facepalm...

paulvi commented 10 years ago

@garex Raise issues, where they should be. And one issue for one question. For programming questions http://stackoverflow.com/questions/tagged/nodeclipse is preferred.

For NexJ NJSDoc: it is already in p2f file, however it is not in development after Bug 406575 - Investigate merging NJSDoc support into JSDT

Please do vote for the bug on bugzilla.

garex commented 10 years ago

@PaulVI done.

paulvi commented 10 years ago

as it is not bug, but question, let it be opened, so other users would notice.