You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While it makes sense for template strings to auto-insert matching curly brackets, they also auto-insert for other paired symbols, like apostrophes or parenthesis. This is in particular a problem for apostrophes, since you type those when writing normal words. Regular strings do not have this happen.
Similar to #5311, but with template strings instead of comments.
GameMaker_hQ6wD1MthL.mp4
Steps To Reproduce
var onlyTypesOne = " "
var typesAPair = $" "
Type ' and ( and inside the quotes
Which version of GameMaker are you reporting this issue for?
IDE v2024.14.1.210 Runtime v2024.14.1.253
Which operating system(s) are you seeing the problem on?