0.3.2 • Published 3 years ago

devreplay-server v0.3.2

Weekly downloads
4
License
MIT
Repository
github
Last release
3 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

3 years ago

0.2.0

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.0

4 years ago

0.1.1

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.3

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago