nwolverson / vscode-language-purescript

PureScript Language Support for Visual Studio Code
https://marketplace.visualstudio.com/items/nwolverson.language-purescript
Other
17 stars 12 forks source link

Change single quotes to backticks #2

Closed texastoland closed 8 years ago

nwolverson commented 8 years ago

Why? What do back ticks mean in PureScript source?

Single quotes delimit character literals.

(And it's annoying to have them match when typing primed identifiers, for sure - but then auto closing quotes are usually not what I want in general)

texastoland commented 8 years ago

Why? What do back ticks mean in PureScript source?

I want to be able to insert them around the selected word for infix functions.

Single quotes delimit character literals.

I've literally never used them whereas I avoid primed identifiers but still use them quite often. It's even more annoying because backspace is also smart making it downright difficult for the overwhelmingly common use case.

nwolverson commented 8 years ago

Oh the infix thing, completely spaced on that. Yes I agree, better to make the change. Better if the editor didn't do it at the end of words...

texastoland commented 8 years ago

Thanks for everything 🙏