-
Notifications
You must be signed in to change notification settings - Fork 77
Improving Code Assist with SublimeText-Nodejs #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I do not know Sublime well. Is there any plug-in for Eclipse? 2013/4/30 Paul Verest [email protected]
blog: http://d.hatena.ne.jp/tomotaro1065/ |
Do you mean Nodejs.sublime-completions are compatible to completions.json in currently Nodeclipse? |
It looks alike. But any way, IT SHOULD be. |
| I do not know Sublime well. Give it a try, it is nice standalone editor for software developers with a lot of plugins. There are some features (like code mini-snapshot for navigation, or quick opening a file by entering several letters of filename) that most people like. I feel like 60% of Node.js developers are using it currently, because there were no good IDEs... :) |
(aka Improving Code Assist with convention-based completions.json")
For #7 we can quickly get value by updating completions.js with latest Nodejs.sublime-completions. The SublimeText-Nodejs PROJECT LOOKING FOR NEW MAINTAINER, but is quite active.
So our code completion will be not worse that SublimeText, and users can contribute to both projects by updating Nodejs.sublime-completions.
I propose to (optionally) support Sublime text. I have already contributed to option to have completions.json as external file
The text was updated successfully, but these errors were encountered: