Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 621 Bytes

File metadata and controls

19 lines (11 loc) · 621 Bytes

Installation

Visual Studio Code

AnalogJS Language Features can be added to Visual Studio Code by installing the plugin

WebStorm

WebStorm has its own plugin for AnalogJS, you can find it here

Neovim

To get the language features working in Neovim, install the language server globally:

npm install -g @analogjs/language-server

Configure LSP with the path to TypeScript. See the Neovim LSP documentation for setup details.