NikitaMishin/vyper-plugin

Autocompile on save

Closed this issue · 2 comments

  • Automatically compile any vyper file when it's saved
  • Use the JSON format so we can easily parse the results not possible, vyper returns no json for errors
  • Add syntax highlighting for any errors and warnings found

for "Automatically compile any vyper file when it's saved" does IDE
fire events for each symbol user typed, if user enabled autosave? (scary we can introduce a lot of computation load)

Should we maybe automatically compile on manual save? when user hit ctrl+s for example?

@DanielSchiavini , what do you think?

I am implementing an external annotator: "The ExternalAnnotator highlighting has the lowest priority and is invoked only after all other background processing has completed". See d39369.