A TypeScript Language Service Plugin for CSS Modules.
Install the ts-plugin via the Extension. Please install:
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 contributeFirst, install ts-plugin globally.
npm i -g @css-modules-kit/ts-pluginNext, update your LSP client configuration.
TODO: Welcome to contribute
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.
Not yet supported.
Install the ts-plugin via the Extension. Please install:
See Configuration.