-
For the following test case:
```
aaa ; first overlay
bbb
ccc ; second overlay
ddd
ccc ; matching overlay of course
```
and these steps:
1. Place point at `aaa`
1. `symbol-overlay-put` to h…
-
it is great that your addition to the settings.json works better,
but i would color the uses->names like the functions,
the of after case is not like keywords,
the to after for is not like keywo…
-
Hi there, for my use case (home automation tui) I want to be able to select two or more items in the tree. I would like to have a difference between the current *position* in the tree and all the othe…
dvdsk updated
2 months ago
-
Find all references should only highlight the symbol, not all instances of the symbol text.
Steps to reproduce:
1. Copy this text into a new .ts file:
class Foo {
public method(method: any) {
…
-
### Description
We should allow users to search for text within the currently open document and optionally replace matching instances.
### Additional Context
Users can search for text occurre…
-
![image.png](https://raw.githubusercontent.com/nus-cs2103-AY2425S1/pe/master/files/f20c11f7-6b21-4631-ba32-3d2f5086d4e8.png)
Disallowing usage of the `@` symbol in names can be inconvenient, as it ca…
-
### Description
LSP supports symbol highlighting. In VSCode related symbols are highlighted by a lightend background color. They are underlined in ST, because there's no sane scope to use, which de…
-
URL - https://mxnet.incubator.apache.org/api/python/io/io.html
Broken Links
─ https://mxnet.incubator.apache.org/api/python/io/mxnet.symbol.Symbol.name (HTTP_404)
─ https://mxnet.incubator.apache.…
-
Syntax highlighting works here:
![syntax works](https://user-images.githubusercontent.com/525350/165035378-189f0293-6768-4147-85f5-f7bd3b5a2e2d.png)
but not here:
![syntax works](https://user…
-
The messages buffer shows:
```
ahs-select: Wrong type argument: overlayp, nil
```
when trying to navigate to the next/previous symbol,
before the highlight has appeared.
### Reproduction steps…