accordproject / ergo-vscode-plugin

(Obsolete) Replaced by https://github.com/accordproject/cicero-vscode-extension
MIT License
2 stars 1 forks source link

Refactor extension #4

Open dselman opened 6 years ago

dselman commented 6 years ago

I think this should be renamed to accordproject-vscode-extension and have the following features:

We should rework the validation logic to be aware of the template that is being worked on so that ModelManager that is created is specific to a single template.

This will mean that Accord Project users won't have to install the Composer extension, which does a lot more than edit models.

jeromesimeon commented 6 years ago

About Ergo REPL: what would be the API/Hooks inside VSCode, if any available?

mttrbrts commented 5 years ago

As per the @dselman's comment on #13, this refactor should allow us to

handle both CTO and Ergo files and [be] smarter about incremental validation and downloading external dependencies.