-
Hi, thanks for the colorscheme!
It's beautiful but there are certain colors that look odd. For example, the current symbol highlight looks like this:
![Screenshot 2024-09-16 at 10 39 42](https:/…
-
## Problem
It seems that it's not currently possible to stylize the highlight_symbol in the List Widget,
## Solution
quoting @joshka : "There isn't a way to do just the symbol currently. Likely th…
-
## Description
This is extension to #20 and extends support for WindowsPerf CLI flag `--sample-display-long`.
We want to make reading of "long symbol names" easier in VS extension by adding simp…
-
All of a sudden all breakpoints in DevTools are invisible. They still function normally but I cannot see the breakpoint symbol and the line highlight:
https://github.com/user-attachments/assets/7…
datvm updated
22 hours ago
-
I think it would be logical if IDE highlighted the same symbols in the file, similarly to keywords (i.e. when the cursor is over the keyword all the occurrences of this keyword are highlighted in curr…
-
This breaking change happened during the transition from version `v0.4.2159 -> v0.4.2160`. I tested this by switching between different "Pre-release" versions in VSCode:
![Image](https://github.com/us…
-
I've started using [highlight-symbol]((https://github.com/nschum/highlight-symbol.el)) package.
When I turn on hl-s-mode, it highlights only function names and strings, but no variables.
At the same…
-
In vscode we can trigger `editor.action.wordHighlight.trigger`
Only on pre and post actions?
-
When selecting text or placing the cursor on a symbol with the C/C++ extension **disabled**, the other occurrences of the **symbol** are highlighted, **or** if there is a selection, the occu…
-
## Problem
All `vim.lsp.buf.*` functions run asynchronously, however they do not provide callbacks when they finish.
This is needed so users can invoke other behaviours after calling these functions…