-
Sometimes I like to only quickly peek the definition of something and other times I actually want to go to the definition. Therefore it would be nice if I could configure two two separate options, for…
-
```
calva v2.0.229 and calva 2.0.230
nrepl: 0.8.3
cider-nrepl: 0.26.0
cider/piggieback: 0.5.2
clojure-lsp version used: 2021.12.01-12.28.16
clj-kondo version used: 2021.10.20-SNAPSHOT
```
…
Cyrik updated
2 years ago
-
i'm adding a go to definition feature using a langserver.
monaco notices it's a new model 👍, and then tries to load it.
the ranges of the place that contains definition is correct.
does monaco …
mbana updated
3 years ago
-
When viewing a definition using vscode go to difinition, you cannot open the definition file
![vscode-csharp-ls01](https://user-images.githubusercontent.com/71812839/233949871-d6971ab8-faae-4055-a9e…
-
Sometimes intelephense can not found the Definition, but the Class is exists, and VSCode can to go definition.
Not often, it happens occasionally.
![屏幕截图 2021-04-07 141622](https://user-images.g…
-
I'm not sure this is a feature suggesting for `atom-ide-ui` is `ide-php` but here goes:
When referencing objects inside docblocks it would be benefiting to use hyperclick/goto to open that specific…
-
The effective slots definitions don't work as expected. In particular the `col-type`, `ghost`, and other needed slot definitions are not present in the effective slot definitions and only show up in t…
-
### Describe the bug
```Scala
object Foo:
def unapply(x: Int): Option[Int] = ???
def test =
1 match
case Foo(n) => // hover on `Foo` or go to the definition of `Foo`
```
* If we ho…
-
I have use addAction add 'add Commont', and I don't want others.How can I do?
![image](https://user-images.githubusercontent.com/6202350/51518921-68768b00-1e5a-11e9-9247-2fadfebcad60.png)
-
![image](https://github.com/razzmatazz/csharp-language-server/assets/32973761/047380ca-1311-41f7-ab74-af2925bc6acb)
Using neovim and lsp-zero, I'm receiving this error when trying to go to definition…