A TypeScript Language Service Plugin for CSS Modules
npm install @css-modules-kit/ts-plugin@css-modules-kit/ts-pluginA TypeScript Language Service Plugin for CSS Modules.
Install the ts-plugin via the Extension. Please install:
- https://marketplace.visualstudio.com/items?itemName=mizdra.css-modules-kit-vscode
First, install ts-plugin globally.
``bash`
npm i -g @css-modules-kit/ts-plugin
Next, update your LSP client configuration. Below is an example using nvim-lspconfig.
`lua
local lspconfig = require('lspconfig')
-- TODO: Welcome to contribute
`
First, install ts-plugin globally.
`bash`
npm i -g @css-modules-kit/ts-plugin
Next, update your LSP client configuration.
TODO: Welcome to contribute
Install the ts-plugin via the Extension. Please follow the steps below:
1. Install "CSS Modules Kit" extension.
2. Add the following to your ~/.config/zed/settings.json file:`
json``
{
"languages": {
"CSS": {
"language_servers": ["vtsls", "..."]
}
}
}
3. Restart Zed.
Not yet supported.
Install the ts-plugin via the Extension. Please install:
- https://open-vsx.org/extension/mizdra/css-modules-kit-vscode
See Configuration.