when will parinfer v3 available on atom?
I want to suggest my workmate to have a try.
It's basically available on the master branch right now.
You have to turn on smartMode via a config file.
I used it all today at work. Didn't run into any major problems.
I know Shaun was working on it too. Trying to get tabStops in.
I do want to push out soon so ya'll can beta test. It's just not great timing for me. I'm flying out of the country tomorrow for a few days for work. Back on the weekend.
But I don't mind pushing a public release where you can turn it on via config flag. I think Shaun wants to do that too before we "turn it on" for everyone.
Lot of existing atom-parinfer users. Have to be conservative about pushing out big updates / changing behavior.
I'm super tired right now 🙃
The short answer is: soon. Or you can try out the master branch now. Just have to set {"use-smart-mode?":true}
in ~/.atom-parinfer-config.json
file
good job:+1:
and have a good travel
Master branch works fine, no need to stress it out
tab stops working for cursor, but not selection yet. you can try it out here: https://github.com/oakmac/atom-parinfer/pull/83
only been coding with it a little tonight, but master seems to be working for me as well
By the way, am I correct in observing that the plugin for VSCode is a bit more flaky than the one for Atom?
Positioning of cursor after pressing enter seems a bit off at times.
@henrik yes
I was hoping after doing some work on Atom that I could get a better idea how to share parts between them
👋 I think the structural tab stops feature is finished: https://github.com/oakmac/atom-parinfer/pull/83
going to look at error markers for when force-balance?
is off