TypeSpec Language Support for Visual Studio
Repository | Documentation | Issues | Samples
This provides provides TypeSpec language support for Visual Studio.
Features
- Live diagnostic reporting
- Syntax highlighting
- Code completion
- Code folding
- Formatting
- Hover info
- Rename refactoring
- Go to definition
- Create a file
.vs/VSWorkspaceSettings.json at the root of the project.
- Add configuration as key value pair in this file. Example:
{
"typespec.tsp-server.path": "${workspaceFolder}/my-nested-project/node_modules/@typespec/compiler"
}
TypeSpec wil interpolate a few variables using this pattern ${<name>}. For example ${workspaceFolder}.
Available variables:
workspaceFolder: Correspond to the root of your Visual Studio workspace.
| |