jwortmann
jwortmann
Hi, very nice and useful website! By the way, it was [just mentioned](https://ct.de/yh2k) in the German c't magazine (biggest IT related print magazine in europe I think). I would like...
LSP-* packages may want to extend the context menu with additional server-specific commands. Example from VS Code:  The "LSP" submenu was introduced in 8491948ca70acd1f691975c2d1a5d622a699d580 and the "id" for the...
This is a suggestion to make the sort order for diagnostics (per file) configurable by the user. It allows for example to restore the former sorting by location, which was...
LanguageServer v3.1.0 Consider the following file: ```julia f(x) = x + 1 # random comment ``` **Problem 1**: If the 2nd argument for the `workspace/executeCommand` request with `"command": "ExpandFunction"` contains...
When I create a terminal via the terminus_open command, it seems to be created as a panel, exactly if "panel_name" is set to a (non-falsey) value. So a terminal created...
### Problem description For normal text views, we can use `View.show()` or `View.set_viewport_position()` to scroll the viewport to a certain location. But there is no similar method for the `HtmlSheet`...
### Description of the bug According to the API documentation, `sublime.ADD_TO_SELECTION` is a valid flag for `Window.new_html_sheet()`, but it doesn't work. ### Steps to reproduce 1. Start ST in safe...
I went ahead and created a draft what I would imagine as alternative to #2023. Probably needs some thorough testing, but seems to work pretty well so far. I like...
### What happened? ## Enhancement request It would be useful for plugins\* if the `meta.function-call.arguments` scope could be used within the parentheses of function/method calls in JavaScript & TypeScript. Currently,...
This makes it possible for plugins like LSP-copilot to ignore certain files (i.e. neither start the language server for files that should be ignored, nor attach them to a running...