You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typeDirections=enum east, west, north, south
var direction: Directions=Directions. # no east | west | north | south
Expected behavior: auto-completes Directions members
typeDirections=enum east, west, north, south
NotDirections=enum qwe, asd, zxc, fgh
procfoo(direction: Directions) =echo direction
foo( .... ) # suggest all NotDirections, Directions and all members of system xd
Expected behavior: auto-completes only the Directions members
The text was updated successfully, but these errors were encountered:
Expected behavior: auto-completes
Directions
membersExpected behavior: auto-completes only the
Directions
membersThe text was updated successfully, but these errors were encountered: