Closed
Description
opened on Mar 30, 2016
- VSCode Version: 0.10.11
- OS Version: Windows 10
Steps to Reproduce:
- Create statement which assigns some value to nested property like
scope.vm.renderSettings = {};
- Put cursor into
renderSettings
- Execute command
editor.action.smartSelect.grow
Expected behavior:
renderSettings
part would be selected
Current behavior:
the whole left part of statement selected with tabs.
Also would be nice to see the fix with smart grow, when editor.action.smartSelect.grow
executed in series.
Activity