python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
VSCode GoToDefinition behaviour - can't just go to next nest
When you have to work with STM32 HAL you know, there is many macros and sometimes you want to know where is implemented this one. In my example, in line 40 i use F12 on label PROSTE_MAKRO (F12 is GoTo...
Szymon
Votes: 0
Answers: 1
How to go to definition for a module in agda on vsc
In visual studio code, the go to definition doesn't work for agda modules. I checked the key-bindings for agda-mode and the only one useful seemed c-c c-o but that doesn't seem to find some loaded mod...
kuco 23
Votes: 0
Answers: 0
Go To definition does not work in same file with VSCODE + VETUR
My vue.js configuration is
vue.js 2.0
use vue.cli
webpack
javascript not typescript
use multiple root
server : server project
client/dashboard : web client project(this is vue project)
On follow ...
김민석
Votes: 0
Answers: 3
In vscode 'go to definition' doesn't work with import modules in .js files when alias is used
I have vue project.
Go to definition works fine in .vue files, either I use alias or not.
But in .js files 'go to definition' works only if I don't use alias (checked with the same module).
It strange...
Maxim Zaboronkin
Votes: 0
Answers: 0