question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Breaks Edit.GoTo command

See original GitHub issue
  1. Open a text file in VS 2015 (without Git Diff Margin installed)
  2. Type Edit.GoTo 5 into Command Window and press Enter
  3. Cursor correctly jumps to line 5
  4. Install Git Diff Margin
  5. Type Edit.GoTo 5 into Command Window and press Enter
  6. Error appears in the Command Window: Command "Edit.GoTo" does not accept arguments or switches.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:12 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
sharwellcommented, Dec 26, 2016

@laurentkempe I was able to fix this in the end and submitted a pull request.

1reaction
laurentkempecommented, Jan 5, 2017

Yes, it is quite weird. Nevertheless, I have it working on Visual Studio 2015 so no worries!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Jump statements - break, continue, return, and goto
The break statement terminates the closest enclosing iteration statement (that is, for , foreach , while , or do loop) or switch statement....
Read more >
Why are goto, break, continue and multiple return ...
We have been forbidden from using goto , break and continue , and must only use a single return statement from a function....
Read more >
goto Statement in C
The use of goto makes tracing the flow of the program very difficult. The use of goto makes the task of analyzing and...
Read more >
C++ goto Statement
The goto statement can be replaced in most of C++ program with the use of break and continue statements.
Read more >
Labels in Go
Label is used in break and continue statement where it's optional but it's required in goto statement. Scope of the label is the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found