André Stein
André Stein
Pressing `hb` for example on a code snippet doesn't trigger **gitsigns** anymore with blame information but shows the following error message: ``` Error executing vim.schedule lua callback: ...ithub.com/lewis6991/gitsigns.nvim/lua/gitsigns/async.lua:67: The coroutine...
.. from https://github.com/Pure-D/serve-d
The server/client should be enhanced to allow to find all usages of the symbol under the cursor. Filenames and locations could then be returned by the server to allow plugins...
With every valid line 2 extra whitespaces are prepended to the actual output. If this is wanted by the user the output should aready be provided by the user with...
Through the property className in the broadcast command 'terminal-output' an additional class can be specified which allows e.g. coloured output. Example: $scope.$broadcast('terminal-output', { output: true, text: [ res.output ], className:...
Same as the compilation of the source code examples, all internal as well external links should be checked during the sanity check. That means that the external links are still...
This MR fixes two issues seen in a production environment: * We have the problem that big core dumps were corrupted which can be fixed by using `io::copy` instead of...
When using the DCD code model the external libraries defined in DUB as dependencies of my project aren't passed correctly to the DCD server. I have vibe.d and mysql-native defined...
The Locator's ":" operator should be implemented in the plugin (and Dasted?) to support listing all known symbols in the open dlang based projects.
A lot of LSP implementations support so-called *inlay hints*, visual hints giving extra information on `auto` declared types or function parameters: https://bartwullems.blogspot.com/2021/12/visual-studio-2022inline-hints.html The extension in the proctol has been implemented...