Feature Request: Propose undefined method names as autocomplete suggestions #30881
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
feature-request
Request for new features or functionality
Especially during UI coding, I repeatedly find myself in the following situation:
and
this.handleClick
is undefined. Next, I place the cursor in the class, and type...It would be super useful if
handleClick
would be offered as auto-complete suggestion by VSCode in this situation. In general, any undefined symbol name could be offered as a completion option when typing a new method. There's a pretty good chance in general that the name of a method-under-construction already appears as an undefined symbol somewhere else in the class. I don't know how technically challenging this feature would be, but it sure would come in handy.The text was updated successfully, but these errors were encountered: