Results 816 comments of Angelo

Ok @astik, I will try to implement your idea when I will find time.

@astik I will do that soon like I'm doing for Protractor https://github.com/angelozerr/angularjs-eclipse/wiki/Protractor The very cool thing is that we will able to debug grunt file.

@paulnuk please see https://github.com/angelozerr/jsbuild-eclipse/issues/16

@jabby I have added this info at https://github.com/angelozerr/jsbuild-eclipse/blob/master/README.md @paulnuk you can find a link with a demo with current work of jsdt neon at https://github.com/angelozerr/jsbuild-eclipse/blob/master/README.md

> just for curiosity, whats better with tern-lint than atom-linter etc.? tern-lint doesn't manages syntax validation but manages "semantic" validation like - "Invalid argument type" https://github.com/angelozerr/tern-lint/wiki/Validation-Rules#invalid-argument - "Unused variable" :...

> Didn't know that tern-lint was capable of this Glad that tern-lint feature seems pleased you. A feature that I have missed is that each tern plugin can implements their...

You are using lsp support from jetbrains which is available only for ultimate. If you want to support ij community please try https://github.com/redhat-developer/lsp4ij which provides a free lsp support for...

Thanks @anderseknert to consider LSP4IJ You can find documentation at https://github.com/redhat-developer/lsp4ij/blob/main/docs%2FDeveloperGuide.md Dont hesitate to create issues if you need more help

> You've clearly spent some time on those docs, and that's always a good sign 👍 Since you're asking for feedback... :) Thanks! >;One thing that I would appreciate is...

> BTW, you can try LSP4IJ out by simply creating a [new Language Server definition from the UI](https://github.com/redhat-developer/lsp4ij/blob/main/docs/UserDefinedLanguageServer.md#user-defined-language-server), no need to write code/ develop anything Indeed @anderseknert I suggest that...