This package provides:
- definitions@0.1.0
- outline-view@0.1.0
- code-highlight@0.1.0
- find-references@0.1.0
- code-format.range@0.1.0
This package consumes:
Racket language support for Atom-IDE, powered by racket-langserver.
apm install atom-ide-racket should be sufficient for most systems. The Atom packages atom-ide-ui and language-racket are dependencies and should be installed automatically if they are not already.
The Racket package racket-langserver is also a dependency and should be
installed automatically via the npm install script. If the automatic
installation fails, try installing it manually with
raco pkg install racket-langserver.
Having issues? Open the Atom developer tools (Ctrl+Shift+I by default) and
enter atom.config.set("core.debugLSP", true); into the console. After
reloading Atom, you should be able to see all the debug info related to LSP, as
well as the language server's stderr