ipatalas / vscode-postfix-ts

Postfix notation for TypeScript/Javascript - extension for VS Code
MIT License
158 stars 43 forks source link

Templates do not work on nested property accessors #2

Closed ipatalas closed 7 years ago

ipatalas commented 7 years ago
let obj = new ClassA();

obj. // this will suggest postfix templates

obj.contacts. // this will not but it should