XSharpPublic icon indicating copy to clipboard operation
XSharpPublic copied to clipboard

[Visual Studio] - need intellisense after typing "AS" when defining a Method

Open mattslay opened this issue 5 years ago • 7 comments

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

mattslay avatar Sep 11 '19 10:09 mattslay