|
|
|
|
|
by JoyrexJ9
1693 days ago
|
|
VSCode extension are written in Typescript but most of them rely on a language server for things like refactoring, type hints, code completion etc. These language servers run as native process (written in Go, C# etc), so are (roughly) as fast as your machine is. If these operations take over a second it may be an issue with your machine or install of VS Code |
|
The major silly thing with VS Code is that it has no support for floating windows.