-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Labels
Description
Product and Version [VS/VSCode]: VSCode 1.53.2 (https://github.com/microsoft/vscode/tree/1.53.2)
OS Version: Windows
IntelliCode Extension Version: v1.2.11
Target Platform or Language: Typescript
Steps to Reproduce / Scenario:
- Create a class named
Session
- Type
new Session().
(or equivalent) andCtrl+[SPACE]
to display suggestions. - Displays unexpected properties prefixed by a star
I don't know if it's a bug or a feature, but in either case, it isn't a good thing in my opinion. Typing one of the properties below triggers an error (since it doesn't exit)