When a fixed format file is used and any character but ! is typed in the first column to comment a line, the subroutines and functions drop-down list of the visual studio editor is not able to distinguish between actual statements and any kind of commented line in which the word subroutine or function is present. For example, consider the following code:
subroutine dosomething(a, b)
c This subroutine does useful things.
instructions
In the IDE combo-box the first and the second line both generate an entry, but only the first should do. Is it possible to fix this annoying bug for next versions?
