Closed jrieken closed 7 years ago
The foreach you are completion is a snippet not a semantic completion. There is an awesome post-fix completions extension to which I am forwarding this request.
Feature request for having things like forEach
et al
From @james-gould on April 10, 2017 9:50
Steps to Reproduce:
forEach
loop for the array you've just made as such:press tab to complete the forEach statement
myArr.array.forEach
and sets focus toarray
to be changed.Would be nice to be able to autocomplete the foreach on a predefined array without needing to remove the
array
element from the statement when using autocomplete.Copied from original issue: Microsoft/vscode#24424