Is there anyway to disable this auto correct feature when typing brackets or square brackets or curly brackets when trying to add a table or numbers in it?
math.random(val,val1) the autocorrect: math.random()(val,val1
--making paragraph comments
--[[Square brackets look like staplers]]--
the autocorrect:
--[[]]square brackets look like staplers
when making tables:
local tables = {curly1,curly2,curly3}
the auto correct:
local tables = {}curly1,curly2,curly3
You get why this is kinda annoying