Michael Chris Lopez
Michael Chris Lopez
These are not mentioned in `:h highlight-groups` though. But maybe they should be mentioned? `NormalFloat` is in there.
One issue I get is when I add `vue` to the `filetypes` table: ```lua lspconfig.vtsls.setup { capabilities = capabilities, filetypes = { "typescript", "javascript", "javascriptreact", "typescriptreact", "vue" }, ... ```...
**Is your feature related to a specific framework or general for this extension** No. **Is your feature request related to a problem? Please describe.** Only supports VSCode. While opening all...
https://github.com/yoavbls/pretty-ts-errors is a pretty popular VSCode plugin to make TS errors a lot more readable. One of the [most requested feature](https://github.com/yoavbls/pretty-ts-errors/issues/21) is integration with other editors like neovim. Vtsls being...
🚨 **IMPORTANT: Please do not create a Pull Request without creating an issue first.** _Any change needs to be discussed before proceeding. Failure to do so may result in the...
### Feature Requested See how trouble does it. Where it smartly filter other options based on the current input ### Relevant Screenshot https://github.com/user-attachments/assets/f6dbf837-e459-4525-889e-14affa6723d0 ### Checklist - [X] The feature would...
So it used to that vue language server handles the request `volar/client/findFileReference` to find reference of a SFC vue file. https://github.com/volarjs/volar.js/blob/ea92d55c03a82bf4515da82384aeb339425b5874/packages/language-server/protocol.ts#L17 So far since vue language tools move to be...