devreplay-server

0.3.2 • Public • Published

DevReplay Language Server

NPM Version NPM Downloads NPM Version

Installing

sudo npm install -g devreplay-server

Running the Language server

devreplay-server --stdio

Editor Extension Support

  • [x] Visual Studio Code
  • [ ] Atom
  • [ ] Sublime Text
  • [ ] Vim/NeoVim
  • [ ] Emacs

Visual Studio Code

DevReplay for VS Code is available here

Atom IDE

Sublime Text

LSP (untested)

"devreplaysvr": {
    "command": [
        "devreplay-server",
        "--stdio",
    ],
    "enabled": true,
    "languageId": "python"
}

vim and neovim

  1. Install devreplay-server globally
  2. Install LanguageClient-neovim
  3. Add the following to neovim's configuration (the case if you want to use for python and javascript)
let g:LanguageClient_serverCommands = {
    \ 'python': ['devreplay-server', '--stdio'],
    \ 'javascript': ['devreplay-server', '--stdio'],
    \ }

Emacs

lsp-mode (untested)

Package Sidebar

Install

npm i devreplay-server

Weekly Downloads

1

Version

0.3.2

License

MIT

Unpacked Size

188 kB

Total Files

7

Last publish

Collaborators

  • ikuyadeu