predragnikolic
predragnikolic
 New: - setting for determining the `completion_insert_mode`(defaults to `"insert"`) Available: `"insert"` or `"replace"`. - `enter`/`tab` will commit the completion item with the default insert mode. - `shift+enter`/`shift+tab` will commit...
### Is your feature request related to a problem? Please describe. Currently this plugin supports vanilla JS / TS, React, Vue2, Vue3, and I do not see an option to...
### Description of the bug Phantoms have a not the correct font-family applied. ### Steps to reproduce Given the following plugin: ```py import sublime import sublime_plugin def phantom(point, view) ->...
See: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#completionList
**Current:** Currently when changing workspace "settings" key, the server is restarted. **Expected:** I expect the the server to not restart when chaining the "settings" key, but rather LSP to send...
This is a separate PR that adds toggling of inlay hints. This is a draft - I am not sure of what the user expected behavior for this feature is....
> use #1389 for discussion This issue is mostly a way to track the progress: The format is the following: `- [] PACKGE_NAME(MAINTAINER) CURRENT_TAG -> NEW_TAG` - [ ] Chialisp...
related https://github.com/sublimelsp/LSP/issues/2417 PLEASE DO NOT MERGE.
ESLint v9 landed two weeks ago. Currently to use the new flat config ESlint file, someone has to enable the following setting in LSP-eslint.sublime-settings: ``` { "settings": { "experimental.useFlatConfig": true...
Some API are not necessary anymore. While this removal might not happen soon, I still wanted to give a heads up. **Client configuration** The following api will stay: - selector...