@css-modules-kit/ts-plugin
v0.9.0
Published
A TypeScript Language Service Plugin for CSS Modules
Maintainers
Readme
@css-modules-kit/ts-plugin
A TypeScript Language Service Plugin for CSS Modules.
Installation
VS Code
Install the ts-plugin via the Extension. Please install:
- https://marketplace.visualstudio.com/items?itemName=mizdra.css-modules-kit-vscode
Neovim
First, install ts-plugin globally.
npm i -g @css-modules-kit/ts-pluginNext, update your LSP client configuration. Below is an example using nvim-lspconfig.
local lspconfig = require('lspconfig')
-- TODO: Welcome to contributeEmacs
First, install ts-plugin globally.
npm i -g @css-modules-kit/ts-pluginNext, update your LSP client configuration.
TODO: Welcome to contribute
Zed
Install the ts-plugin via the Extension. Please follow the steps below:
- Install "CSS Modules Kit" extension.
- Add the following to your
~/.config/zed/settings.jsonfile:{ "languages": { "CSS": { "language_servers": ["vtsls", "..."] } } } - Restart Zed.
WebStorm
Not yet supported.
StackBlitz Codeflow
Install the ts-plugin via the Extension. Please install:
- https://open-vsx.org/extension/mizdra/css-modules-kit-vscode
Configuration
See Configuration.
