Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • VScode extension(basic functionality) + Syntax highlighting.
  • Implement Rust server to receive and send JSON-RPC responses from VScode client.

Eval 2:

  • Code compilation of Solidity language through Solang backend using VScode extensionDiagnostics for compiler warnings, errors and hints.
  • Tests and Documentation for same.

Eval 3:

  • Diagnostics for warnings, errors and hintsBasic hover implementation for variable types.
  • Tests and Documentation for same.

Eval 4:

  • Hovers Extending hover implementation for function, struct, enum, variablesevents, built-ins documentation lookups.
  • Test and Documentation for same.

...