Open Eugleo opened 6 years ago
I'll review PRs and merge, but I can't do any implementation this year. @oakmac said he'll do it, but TBD.
Smart mode is difficult to integrate currently. It was a lot of work for me to add it to Atom, so the hard work is mostly handled in atom-parinfer. It's just a matter of seeing how different vscode API is from atom.
FYI @Eugleo - PR #26 enables Smart Mode
Hey, I'm creating this issue as a sort of meta-issue: I encountered problems mentioned in #20, #22, but also some QoL things like the fact that smart mode is unsupported. I wanted to ask (and beg) if you'd be able to port your current work from atom to VS Code.
If not (and I'm sorry to hear that), could you at least help me to get started on the port myself? I've never written any Atom/VS Code extension, and don't know js well (not mentioning I don't know how parinfer works under the hood) — but is there maybe some stupid mechanical way to do it?