[Bug] Code autocomplete pastes "abs" after Space then Enter #894
Labels
bug
Something isn't working
software: pybricks-code
Issues with https://code.pybricks.com application
topic: code completion
Issues involving automaic code completion (intellesense)
Code auto-completion gives a long list of global symbols after you type a space in an expression or unfinished statement (which is questionable, but I'm not flagging that here), and if you press Enter because you intend to finish that line later or continue it on the next line, it pastes "abs". This even happens when you are typing a comment (where space at end of a line that needs to be continued is a normal habit).
To reproduce
Suggestion
If you don't have another way to prevent this, could you make the first entry in the global name list blank (i.e. none)?
The text was updated successfully, but these errors were encountered: