Skip to content

v0.7.0 — Clickable inc + smart call completion

Choose a tag to compare

@anzory anzory released this 15 Apr 20:30
· 29 commits to master since this release

M2 milestone release.

Added

  • Clickable inc directives. Ctrl+Click (or Cmd+Click) on the string literal in inc "filename.gpp" now opens the referenced file. Paths are resolved relative to the current .gpp file only (multi-file workspace support is planned for a later milestone).
  • Smart procedure-call completion. After typing call , the completion list shows user-defined procedures along with their real parameter names as snippet placeholders: call @worker(${1:x}, ${2:y}) — the names x, y come from the symbol table and can be tabbed between.
  • System-catalog procedures are also included in the call completion list.

Superseded by v0.7.3 — please install the latest. v0.7.0 has known procedure-completion regressions fixed in v0.7.1/v0.7.2.