You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this could have some usefulness, but it could be improved from how it is now.
It can be useful with longer words, so we don't have to type the whole word. But with short examples of 4 or 6 letter words, it's not really useful.
Another way that it could be improved would be to recognize words out of symbol names.
In this example, it would be better if it saw the underscore separating words:
So it should only auto-complete hjklcvb, not sndbmnd_hjklcvb.
Like we saw in #655
It's not as useful if it's pulling words from other libraries (or stdlib).
It would be best if it only pulls words from the codebase we're working on.
The auto-complete shouldn't change between lowercase and uppercase, especially when it would violate pep8.
Some of these adjustments might be easier that others. It might be an overall imrovement to disable them completely if we can't get enough of the individual improvements.
that variable name is completely unrelated. i don't think completions would ever be useful here except when overriding a method
The text was updated successfully, but these errors were encountered: