AnalogJS Language Features can be added to Visual Studio Code by installing the plugin
WebStorm has its own plugin for AnalogJS, you can find it here
To get the language features working in Neovim, install the language server globally:
npm install -g @analogjs/language-serverConfigure LSP with the path to TypeScript. See the Neovim LSP documentation for setup details.