Ross A. Reyman

Results 14 comments of Ross A. Reyman

@evad1n Thanks for the head’s up! As I mentioned in the OP, I mostly want consistency. I can train my brain to expect quotes to auto appear (or not) if...

@evad1n Bummer, I tried different variations of that setting (in html, vue, global, etc.) and it didn’t help. The behavior of auto adding the quote pair appears to be baked...

@evad1n Good call. I will try that method, as it appears that does also work in other HTML variant languages as well.

@evad1n Sadly, when I try tab-completing after typing `class`, Vetur adds `enter-class=“”` instead of `class=“”` 🤦

I would expect we could do something like this… ```JSON "headwind.classRegex": { "css": "(?

Hmmmm. That doesn't sound like standard behavior. Are you sure it isn't another plug-in/extension that is causing this…? This script is designed to not save files, but to just change...

Awesome! I am looking forward to checking it out! I'm inundated with work project stuff, but I hope to check it out when I have some time to focus on...

@dserodio HTMLBeautify is basically a quick script to help re-indent code. It won’t add line breaks, instead it looks at each line of code and tries to determine the indent...

@sciascia My guess is you are using Windows. Be sure to restart ST after installation to make sure it works properly.

Yeah, I see that if I switch to purely spaces for indentation. The script uses tab characters to re-indent, and Sublime Text automatically converts the tabs to spaces if that...