Posted 17 years ago
by Matt Adamson
Guys,
Is it possible to obtain the name and possibly argument information where the current line indicator is located e.g. as the user scrolls through a file the selected line would change and from this I would like to obtain the method name to display in a drop down perhaps.
Also related to this how could I build a list of all method names including the class name which are contained in a specified source code file.
I'm specifically discussing C# here however this applies to any language.
If it's possible - is it only throught the NET languages add on, or does the core editor control provide this feature
Many thanks
Matt
Is it possible to obtain the name and possibly argument information where the current line indicator is located e.g. as the user scrolls through a file the selected line would change and from this I would like to obtain the method name to display in a drop down perhaps.
Also related to this how could I build a list of all method names including the class name which are contained in a specified source code file.
I'm specifically discussing C# here however this applies to any language.
If it's possible - is it only throught the NET languages add on, or does the core editor control provide this feature
Many thanks
Matt