pfitzseb / atom-julia-lsp-client

MIT License
8 stars 2 forks source link

Using Language server for linter-julia #1

Open aminya opened 5 years ago

aminya commented 5 years ago

As I said here, we should use StaticLint.jl as the backend for linter-julia I see that you have set up a language server in this package which is what SaticLint.jl needs. PR, issue

Is it possible to use this language server in Atom for linting purposes?

aminya commented 5 years ago

I think it is a good idea to add the Juno's developer to the repository linter-julia to get the direct help of Juno's developers.

pfitzseb commented 5 years ago

In theory this package should provide linting, yes, and would use StaticLint.jl by default (same as VSCode). We don't have any immediate plans to add linter-julia or StaticLint.jl to Juno at the moment.