vscode-lean4 icon indicating copy to clipboard operation
vscode-lean4 copied to clipboard

Merge vscode-lean4-code-actions?

Open DenisGorbachev opened this issue 2 years ago • 1 comments

Hi @Vtec234 @gebner !

I've published a new VSCode extension for code actions.

Mario suggested merging this extension into vscode-lean4 in the Zulip thread.

Pros:

  • Users won't need to install two extensions.

Cons:

  • Lower release speed: the PRs would need to go through the review process.
  • Lower dev speed: I'll have to adjust to the code style, packages, testing framework, etc (or we could have lengthy discussions, but that would result in even lower speed).

Are there any missing pros / cons?

What do you think in general: should we merge?

DenisGorbachev avatar Aug 24 '23 05:08 DenisGorbachev

Not if it involves parsing Lean code using regexes from another language. That would not be maintainable.

kim-em avatar Aug 25 '23 08:08 kim-em