-
### Feature Description
With VSCODE and itellephense not found definitions for models, for example:
```
//app/http/controllers/Api/ProcessController.php
namespace App\Http\Controllers\Api;
us…
-
## Actual Behavior
1. hover over, get correct definition
![image](https://user-images.githubusercontent.com/18282328/94208696-8c874b00-ff1e-11ea-8125-c054ae50125f.png)
2. right click,
![image](htt…
-
@Kha suggested exploring how *go to definition* could look like for a type shown in a hover. It seems the front end part of this feature would work quite well, with a few drawbacks.
1. Markdown cod…
-
Issue Type: Bug
F12 does not always work or takes forever.
I've tried the jedi flag, still no change. The problem seems to disappear if VS Code is restarted. After some hours it comes back. Some …
-
See the screenshot below.
When attempting to use the go to definition on a variable it doesn't seem to work.
The .vstags file was generated, but it doesn't seem to have anything useful (attached…
-
**Issue by [peterflynn](https://github.com/peterflynn)**
_Wednesday Apr 24, 2013 at 23:57 GMT_
_Originally opened as https://github.com/adobe/brackets/issues/3609_
----
These two items are adjacent…
-
**rust-analyzer version**: rust-analyzer 1 (825833c26 2023-03-19)
**rustc version**: rustc 1.62.1 (e092d0b6b 2022-07-16)
**relevant settings**: defaults
When I use go to definition on som…
-
When importing like this
```
import "@openzeppelin/contracts/utils/Strings.sol";
```
I cannot Go To Definition.
However if I import like this:
```
import "../node_modules/@openzeppelin/contra…
-
In this example, the variable has 3 definitions:
![image](https://cloud.githubusercontent.com/assets/2193314/15515198/d4f68c8e-21a1-11e6-99b4-5a28395190af.png)
-
### Check for existing issues
- [X] Completed
### Is your feature request related to a problem?
If you need to follow some logic through several functions in the call stack, and they're in the same…