-
hi @tintinweb , really appreciated that you shared this plugin on vscode, it's been quite helpful for my daily work
especially the "bidirectional highlight" feature, makes upstreams and downstreams …
-
I always use highlight-symbol globally, and have therefore added the usual:
**(defun highlight-symbol-mode-on () (highlight-symbol-mode 1))
(define-globalized-minor-mode global-highlight-symbol-mode h…
-
> [!WARNING]\
> Tree-sitter-fennel was reworked some time ago, which is not considered in these suggestions. These suggestions are good for lightweight parsers, but are not as great for full-blown on…
-
We're using clangd in the Eclipse IDE, based on the [CDT LSP](https://github.com/eclipse-cdt/cdt-lsp) project. We'd like clangd to provide a few more details with the [`DocumentSymbol`](https://micros…
-
Still running into heaps of issues. Visual-D seems to be totally broken rn against the latest VS at least.
I'm working on a tiny greenfields project; not much code to freak it out, but syntax highl…
-
An error appears when enabling `auto-highlight-symbol-mode` in a new buffer:
```
Error running timer ‘ahs-idle-function’: (wrong-type-argument number-or-marker-p nil)
```
### Reproduction steps
…
-
**Describe the bug**
three-way comparison operator is showing up as "operator" instead of "operator" in related symbols. See the testcase
```
#include
/**
* X docs
*/
struct X
{
/**
…
-
Usually when I run I will only care about 1 symbol in the results list, and this would save scanning all of the symbols every time.
-
The `@0` attribute is highlighted as "symbol + number" when token-based highlighting is used, and as "symbol + symbol" when syntax-based highlighting is used. (With at least one exception: The `@0` at…
-
The radio buttons for the label position calls the 'apply' function in properties, so we see the changes while we're setting it and choosing it. On the other hand, the 'Font Size' settings don't and y…