-
Is it currently possible? It seems it only works for local methods.
-
Wouldn't it be great if for statically-typed code, Github would let you click on a symbol to navigate to its definition, or show type information on hover — the things that we're used to in the IDEs? …
-
"Go to definition" seems to just peek at the file.
![default](https://user-images.githubusercontent.com/12532733/31298792-5c6e1472-aab1-11e7-89d7-8c8858749c3c.gif)
-
-
Following up on TypeScript’s new Go To Source Definition command (d851ea5d49b0ec89b98765d9e0084c25f2ff5031), I want to track some editor-side UX improvements:
- Can we replace the error n…
-
Use `#include ` in a case where the includePath includes the path to a local "string" file.
Bug: IntelliSense will correctly use the local version of the file, but confusingly, go to definition on …
-
Make the extension more productive by adding the functionality **"Go to definition"**
using "Ctrl + click" or "Ctrl + alt + click"
Thank you!
-
Hello there,
Geany version : 1.27
GTK+ version : geany 1.27 (construit le Apr 17 2016 avec GTK 2.24.30, GLib 2.48.0)
OS: Linux Mint 18 Sarah
Filetypes : PHP and Javascript
The keybinding "Go to symb…
ghost updated
5 years ago
-
_From @razvanphp on November 4, 2016 18:54_
Not sure how I can explain better, but this would be very useful, especially for private variables in classes.
Thank you for this great extension, makes…
-
We often get feedback that the behaviour of "go to def" vs "go to declaration" is confusing as it's not super consistent. Basically, Pylance does the following IIUC:
1. If the symbol is declared i…