Feature: Smart autocomplete #164
kontomondo
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would be nice to have something of a "smart autocomplete", invoked by say Ctrl+Shift+Space that would only list the variables/methods that match the expected type.
Say in this case
invoking it would give you values that are of type string.
Another feature it may have is if there's only one match for type in the local scope, it would automatically select that option without a popup.
Beta Was this translation helpful? Give feedback.
All reactions