gregfullman / VSGenero

This is a Visual Studio extension for the Genero BDL.
5 stars 3 forks source link

{ } comments cause go to definition to go to wrong location #14

Closed Synccept closed 8 years ago

Synccept commented 8 years ago

If you use "Go To Definition" for a function which is in a file which uses {} type comments, the cursor will be put in the wrong location. The cursor location will be offset by the number of lines in the block comment.

EG:

{this is some comment } function Foo() end function

Going to the definition of Foo will place the cursor three lines lower than function Foo.

gregfullman commented 8 years ago

This bug is fixed and will be coming in the next release. Thanks for finding it!

Synccept commented 8 years ago

Pulled the code and it works great! Thanks!

gregfullman commented 8 years ago

This bug fix is now available in version 0.9.7.5