[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.
I've replicated and it seems to stem from not having the space between OUTPUT and the quote, i.e. the editor is not seeing that we're opening up a quoted string though it does after a ). I believe this is fixable on our end. Note that now that we have several syntax definitions, each will likely require a patch.