QB64pe icon indicating copy to clipboard operation
QB64pe copied to clipboard

Add Automatic Closing

Open lavender-programming opened this issue 1 year ago • 1 comments

In a lot of Code Editors if you type a Quote or a Parenthesis it automatically adds an ending character. For Example: If I typed the first " for the Print statement, it would automatically add a ending ". The Pipe character represents the where the text would go when you type. Print "|" And possibly the same thing for Parenthesis, If you wanted to get really fancy the same thing with Ifs, adding an End If, or Whiles, Fors, and other stuff.

lavender-programming avatar Oct 15 '23 22:10 lavender-programming