T O P I C R E V I E W |
mmb |
Posted - Jun 29 2007 : 08:25:18 AM The topic says it:
Let Alt-G jump to the definition of a label, i.e.
goto label;
Jumps to
label:
This would greatly help to browse code with lot of labels ... |
2 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Oct 29 2012 : 11:13:47 AM case=1909 is fixed in build 1918 |
feline |
Posted - Jun 29 2007 : 12:39:21 PM Currently VA does not understand labels:
case=1909
Do you have a lot of goto statements in your code? Hopefully not to many, they tend to be nasty things.
The IDE's Find or Find in Files, when set to whole word and case sensitive should allow you to find all instances of the label. I know this is not as easy to use, but it is something. |
|
|