coala-vs-code
coala-vs-code copied to clipboard
A visual studio code plugin working via Language Server
Currently, the tests are being run using the same coafile as that of the repo. This should not be the case and the test environment should have its own independent...
When the Coala extension is selected in VS-Code. The logo is missing in two places. - In the large circular hero/avatar space next to the title there is a placeholder...
Currently coala runs all the bears specified in .coafile irrespective of whether issues generated by them can be reported back to the editor. Some kind of runtime filtering of such...
Do a feasibility research to investigate if we could use the language server to support linting in vim. See https://github.com/coala/coala-vs-code/issues/3#issuecomment-377661078 /assign @li-boxuan
Now this language server has a bad performance.
This is a occasional error in Ubuntu
[Language server](https://github.com/Microsoft/language-server-protocol) is supported by [many editors/IDEs](https://github.com/Microsoft/language-server-protocol/wiki/Protocol-Implementations#editors-ides-supporting-the-protocol). We could support them by different client in these editors/IDEs and same language server. This is a long-term task. - [x] VS Code...
There is a `log.py` which just does a print to `stderr`. This tool should use standard python `logging`
Currently, the language server doesn't respond to ```textDocument/didChange``` requests. This may confuse users as users would expect to see feedback when they have edited their source code. Since this feature...
Che supports language server natively, and we need to write a LS agent for coala language server and launch it in che. See https://www.eclipse.org/che/docs/6/che/docs/language-servers.html for more details.