-
I see that "Go to definition" works for used commands, but not for the the use statement.
For example:
```
use ../hello.nu hello
def main [] {
hello
}
```
Go to definition works on t…
-
## Environment data
`dotnet --info` output:
NET Core SDK (reflecting any global.json):
Version: 3.1.201
Commit: b1768b4ae7
Runtime Environment:
OS Name: Windows
O…
-
# Bug Report
### 🔎 Search Terms
- go to definition
- callable
### 🕗 Version & Regression Information
4.3.0-dev.20210316
### ⏯ Playground Link
[Playground link with relevant co…
mjbvz updated
3 years ago
-
- VSCode Version: 1.33.1 and 1.34.0-insiders
- OS Version: Arch Linux
Steps to Reproduce:
1. create foo.js
```
function foo() {}
module.exports = { foo };
```
create bar.js
```
…
-
as a user if i want to delete a logical definition superclass i first need to enable edit mode.
Steps to reproduce:
1. go to cholera -> logical definition view
2. make sure "edit values" button can b…
-
The Go-to function definition does not support returning multiple function definitions with the same name, whether it be overloaded or overridden.
In the following example, Go-to Definition on the …
-
Hi, when I select a function name and click on Go to definition, for some reason it's going to the same function defined in a different file altogether instead of going to the function definition in t…
-
Thank you for making this extension!
Currently `Go to definition` (Ctrl+click) always show every code references to the function/variable, this makes navigating in code really hard.
I've been using …
-
I know that this may be very difficult to do, so I guess that this is more of a feedback post.
In laravel and other frameworks (and non-frameworks), magic methods are used for certain features, so …
-
As the backend of such methods/fields is a java class, located under
modules\\java\com\lawson\apps\\_.java
it'd be nice to open this file.
In addition, the field might contain native method:
[.] a…