-
No sure whats going on here, but jumping to definitions does not work, is this a feature?
You can see me here, hitting f12, trying to go to the definition of the function directly below but it says…
-
-
Hello
Let's say I have a code like this:
```rust
struct X {
some_stuff: usize,
}
// Bunch of other code in here
impl X {
fn whatever(&self) {
// ...
}
}
```
I'd expect…
-
Sub-task of https://github.com/sourcegraph/sourcegraph/issues/31937, see that issue for more context.
-
OS: Ubuntu 22.04 (WSL)
Vscode: 1.89.1
SystemVerilog: 0.13.9
1. Create an empty project with two modules:
```systemverilog
module top (
input clk
);
spi spi(clk);
endmodule
```
…
hi0t updated
4 months ago
-
Currently, the popover remains loaded after clicking on "Go to definition" when the definition location is behind the popover
![CleanShot 2022-09-19 at 13 34 45](https://user-images.githubuserconte…
-
(Turn on decompilation)
1. Create Console App (.NET Framework)
2. In the following, CTRL+Click `int`
``` C#
class Program
{
static void Main(string[] args)
{
…
-
**Is your feature request related to a problem? Please describe.**
I'm implementing [`markmark`](https://github.com/nikku/markmark), a language server for markdown at the moment.
That language s…
-
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