XSharpPublic
XSharpPublic copied to clipboard
[Visual Studio] - need intellisense after typing "AS" when defining a Method
Inside of a Class definition in a PRG, when I type:
Method MyMethod()
Then next I type (space) AS
(space) and next I'd expect intellisense to pop up a list of data type keywords as I type out the rest of it...
Method MyMethod() As Logic