Questions tagged [go-to-definition]

69 questions
0
votes
1 answer

Making goto definition work with two es6 cross projects

I am working on an html5 game engine and - in parallel - I am working on game using this engine. Both are written using ES6 and transpiled using webpack. Both the engine and the app are in their own directory, with their own package.json. I use…
0
votes
1 answer

VS Code Python 'autocompletion' and 'go to definition' for GAE not working

recently I've started to use VS Code instead of sublime text 3. But I've got small issue, neither Go To Definition nor Autocomplete works. When I try, for example, import json then, try to json. it keeps saying that it's "loading" See the…
0
votes
1 answer

Find all references and Go to definition not working for a specific project in vs solution

In a VS 2013 solution with several projects I have added an existing project (dll) and referenced it in one of the other DLLs. The problem is that when I use "Go to definition" for a class that is defined in this project the text from the metadata…
ymak
  • 11
  • 6
0
votes
1 answer

Visual Studio 2013 - cannot navigate to "namespace"

goto definition error This "cannot navigate to 'namespace' error occurs after I right click and select go to definition on my project. I also tested doing this on other projects even making new one just to see if it is just my current projects. Yet…
0
votes
1 answer

Unity with Visual Studio: Is "go to declaration" possible?

Is it possible to set up Visual Studio (Community 2015) so that "Go to Definition" behaves as "Go to Declaration" for C# classes provided by the Unity Engine? I don't want to use MonoDevelop ...
Tenjix
  • 539
  • 3
  • 12
0
votes
1 answer

How to fix the goto portion of the file to take the version and type of OS

This scripts question has been answer with the help of user: sachadee. So special thanks goes to him so all you have to do is copy and paste into notepad or other text editor and save as .bat file and add your code in the different…
0
votes
3 answers

C# Tools that can be used to replace F12 command

I was curious if there is/are tools that can be used to embed so the the function name in C# can have a link in order to jump to its definition. In this case no need to right click and select 'go to definition' or F12. I was having hard time…
Analyn
  • 89
  • 2
  • 9
-1
votes
1 answer

How perform "Go To Definition" in Visual Studio without using mouse click

I would like to perform Go To Definition without taking hands off the keyboard. Is it possible to change [Ctrl + Left Click] to [Ctrl + AnyKey] when cursor hover the target?
-2
votes
3 answers

GOTO was unexpected at this time if %sx% == 1 (goto %zz5%)

I'm working on an RPG style batch game, but I keep getting goto was unexpected at this time. I've looked over my code for hours, and still have no idea why it's doing this. It's inconsistent as well. When testing out the attack animation, when I hit…
1 2 3 4
5