Intellisense to work on variable types before variable names
Perhaps a habit from other languages, in Jade I will start typing the variable type before the variable name. But the intellisense will not do anything until I name my child first.
e.g. Female; then I'll press Ctrl + Arrow Left, name it, " : " ...... "roger : Female;".
If start to type a class on a separate line in the begin-block the intellisense will actually work.
Is it possible for intellisense to start guessing your types before putting in the name?
HistoricalComments
Ty Baen-Price 13/11/2018 12:15:59 PM So you are suggesting we should make intellisense guess syntactically invalid statements?
|
Closing this as AutoComplete is designed to support left to right in syntax order.
Sorry, missed this comment. YIP.