Browse Source
http://community.sharpdevelop.net/forums/t/16643.aspx The VB parser was using the end of the last statement as the EndLocation for the block. This made local variables declared in that block unavailable when typing another statement at the end of the block. We now use the location of the 'End' or 'Next' token instead.pull/39/merge
3 changed files with 346 additions and 326 deletions
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue