Raoul Wols
Raoul Wols
**Is your feature request related to a problem? Please describe.** I want to see an overview of the callers and callees of a callable. **Describe the solution you'd like** Implement...
**Is your feature request related to a problem? Please describe.** Some servers have the ability to report *partial* results for hard requests like textDocument/references and workspace/symbol. We don't support this...
The plugin is stabilizing with respect to its featureset, and perhaps the time has come to override the built-in commands, instead of asking users to set up keybindings. For example,...
It would be nice to format the just-inserted text when pasting code into the buffer with `lsp_format_range` (enabled with a boolean, of course).
`variable.parameter` is used for function parameters. This is a useful scope to apply a color to.
Hi there. According to the JSON-RPC spec, a response must contain an `id` key that is either a string or an integer. However, when scry encounters an error it'll put...
I have a hashtag character (`#`) in one of my files: ``` file:///home/raoul/foo/%23xxxx/bar.sh ``` But when requesting things like textDocument/definition, bash-language-server returns paths that are not %-encoded: ``` file:///home/raoul/foo/#xxxx/bar.sh ```
## Describe the bug When opening a file and the server starts for that file, it registers the code lens capability dynamically. The Sublime Text client does a textDocument/codeLens request...
It should guide me to: - a built-in command when I type the name of that command - a global setting when I type the name of a setting
I keep forgetting what the differences are. And what the exact effects are. The ST3 docs are pretty much useless in this regard.