A language server client for Visual Studio 2022. Power by Svelte Language Server
with language server protocol
Getting Started
Open Folder to get started. Solution and project should also work but the configuration won't get loaded.
Configuration
Create a VSWorkspaceSettings.json
in the .vs
folder in the folder you want the config to apply to.
Complete list see Svelte Language Server
Note that not all feature is supported in Visual Studio.
// /.vs/VSWorkspaceSettings.json
{
"svelte.plugin.css.hover.enable": true,
"typescript.preferences.quoteStyle": "single"
}
Visual Studio 2019 support
See Visual Studio 2019 version