-
While debugging with the Watch pane open, highlight a variable and try to drag it over into the watch pane. The "crossed out" symbol appears. See screenshot.
Instead, it would be great if the varia…
ghost updated
2 weeks ago
-
In both the following cases the highlighting is wrong:
1.
![image](https://cloud.githubusercontent.com/assets/873919/7334152/8d7b13ba-eb93-11e4-8192-75731d57085d.png)
2.
![image](https://cloud.githu…
-
-
Implement / Adapt to new LSP4J features
- Semantic highlighting
- Document Symbol TAG / deprecation of "deprecated"
- go through all new features and check existing features for changes
https:…
-
### Suggestion Description
Vale is an open-source command-line tool to enforce editorial style. I believe updating our docs linting CI to use Vale could significantly improve the workflow for docs …
-
Generated bug report:
#### Current Behavior
The Python logo is not showing when in folder with python file.
#### Expected Behavior
I expected there to be a python or snake logo but it was empty
…
-
### Check for existing issues
- [X] Completed
### Describe the feature
I'm a convert from Cursor but one thing I really liked about their product was the @docs crawler you could index and reference…
-
## Problem
When I implement `highlight_symbol()` for a `List` this is what it looks like:
```text
Eat
Sleep
[*] Code
Repeat
```
I want it to be something like this:
```test…
-
Hi,
I am using the "|>" symbol heavily in my coding, unfortunately neither the symbol itself nor the function that follows it is highlighted which makes reading the code a bit more difficult.
Ge…
-
Given:
```
puts("a#{":b"}c")
```
The inner `":` sequence pairs with the opening quote, making `a` part of a quoted symbol hash key. The `#{..}` subexpression itself still highlights correctly,…