LSP-typescript
LSP-typescript copied to clipboard
TypeScript, JavaScript support for Sublime LSP plugin
I'm not really sure how this could work, but would be great if the code snippets shown on hover could have a bit better formatting. Some typescript messages are very...
Hey team! Do you know why I get this error when adding some folders to jsconfig.json? I have a list of 10 folders included in jsconfig.json includes section and had...
Hello! Thanks for making this plugin. It works well most of the time, but it often gets into a state where type checking stops working. When hovering over values everything...
Autocompletion takes a good few seconds. Digging into it, it seems like the Theia TypeScript Language Server might not be the best choice. Can we consider switching to something like:...
I've experienced unresponsiveness when writing types. It happened after switching to ST4, but that might just be coincidence. The other option would be that the project has grown or introduced...
**Describe the bug** I ran into an issue where if I run `LSP: Rename` once on a property it detects 10 occurrences across 8 files. I then run `LSP: Rename`...
Hey, I've been using this LSP server with a lot of success on my projects. There is one feature I think is still missing, which is the ability to use...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.2 to 5.5.4. Release notes Sourced from typescript's releases. TypeScript 5.5.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.2 to 5.5.3. Release notes Sourced from typescript's releases. TypeScript 5.5.3 For release notes, check out the release announcement. For the complete list of fixed issues, check...
Currently, when using the LSP-Typescript package, it defaults to the latest TypeScript version (5.5.2). I'm working on a monorepo that contains different packages, each with different TypeScript versions. I want...