0.3.2 • Published 4 years ago

devreplay-server v0.3.2

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

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

  • 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)

0.3.2

4 years ago

0.2.0

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.0

5 years ago

0.1.1

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.3

6 years ago

0.0.4

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago