Open
Description
Linking #4932
The VBE accepts ?
and "pretty-prints" it to a Print
statement - which works fine when the ?
token follows Debug.
, but makes the statement illegal otherwise.
Let's implement an autocompletion feature that intercepts the keypress when the current logical line of code is empty (barring indentation), and writes Debug.Print
instead, placing the caret immediately after the Print
token (we can't make it have a trailing whitespace, VBE would eat it).
Metadata
Metadata
Assignees
Labels
Involves more challenging problems and/or developing within and revising the internals APIFeature requests, or enhancements to existing features. Ideas. Anything within the project's scope.AC issues specific to the "autocorrect" handlerUse this label in conjunction with a difficulty level label, e.g. difficulty-02-ducky