mvbasic
mvbasic copied to clipboard
[BUG] Variable Format feature confusing VS code auto quoting
Pick offers a format feature on a variable to force output syntax.
Example:
PRINT OUTPUT"MR(#10)"
This will format the output to 10 characters and right justify. VS code really doesn't like this and the feature that auto closes quotes for you jumps in and adds another quote.
PRINT OUTPUT"MR(#10)""
Not sure this can be resolved inside our plugin or it is a deeper issue. Right now you have to forward space to the second quote (the last one) and back space to delete it. If you try on the second to last one it then removes both quotes.