So for example in javascript if I typed this costs 4$ there should be no added brackets as there is no spaces, but if I were to type this costs 4 $ brackets should be added. It is of course possible that someone would want to intprolate a string right after number but I think that's far less likely that typing a dollar amount and having to delete the brackets everytime you do so.
So for example in javascript if I typed
this costs 4$
there should be no added brackets as there is no spaces, but if I were to typethis costs 4 $
brackets should be added. It is of course possible that someone would want to intprolate a string right after number but I think that's far less likely that typing a dollar amount and having to delete the brackets everytime you do so.