Uses https://github.com/mtsmfm/language_server-ruby as the back end
See https://github.com/mtsmfm/vscode-ruby-lsc/blob/master/src/extension.ts for notes on how the docker image is used from vscode.
Really poor Atom-IDE support for ruby.
- You must have docker installed
- You must have really low expectations or be willing to help add features
- You must wait for the outline view to say there is no outline available before typing any code or the parser will crash due to a launch timing issue (pull request pending)
- Really bad completion suggestions.
- Syntax checking
Why bother?
I'm just trying to get the ball rolling.
Why does this crash?
Do you have docker installed? Is the path /usr/local/bin/docker? You can tweak that in the settings...
Did you start typing something before the outline view said there is none available? Because that will crash the parser which will lock up the editor.