-
I'm using the branch humble-0.9.14, and ubuntu 22.04.
Following the tutorial, I ran into two problems.
1) Going to do the prepare_bridge, I was noticing how the variable $POETRY_HOME, was not being …
-
```
class C(list[C]): ...
```
the above code causes `red_knot` to panic, due to something a bit subtle:
- We query for the type of `C` via `infer_definition_types`
- during this process we infe…
-
### Description
### Steps to reproduce
You have to enable "Sticky scroll"
1. Click "Go to definition"
2. Scroll a bit and you will see that sticky text has transparent background
### …
-
## Feature request
Go to definition for TypeScript literal strings.
### Example
Given the below code, I would really like to be able to jump to the definition of the `'foo'`:
…
-
Repro steps:
1. Clone and npm install this repo
1. Open `index.ts` in VS code
1. Right-click then select `Go to Definition` on `HelloComponent`
1. VS Code opens `vue.d.ts`. When going to the def…
-
The main `isar-mode` buffer allows one to use `lsp-find-definition` to jump to any hovered term, even those defined in external libraries.
However, the other buffers like `lsp-isar-output` and `lsp…
-
- **Sourcegraph version:** current
- **Platform information:** cloud
#### Steps to reproduce:
When I open up the go to definition tab, there's an extra gap after the code view.
https://user-i…
-
https://imgur.com/a9TiFpj
I want to get the list of function definitions with the same name (how it looks in Sublime: https://imgur.com/a/KzAIA). When object type is specified everything works fine…
-
Hi! I've found that `elpy-goto-definition` works well with functions, classes and variables. But I can't go to the definition of modules. The pattern `from module1 import module2` is widely used in py…
-
While using the GitHub extension, a user at https://github.com/sourcegraph/accounts/issues/6859 experienced inconsistent behaviors when clicking on a symbol and clicking on the Go to Definition button…