v0.7.0 — Clickable inc + smart call completion
M2 milestone release.
Added
- Clickable
incdirectives.Ctrl+Click(orCmd+Click) on the string literal ininc "filename.gpp"now opens the referenced file. Paths are resolved relative to the current.gppfile 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 namesx,ycome from the symbol table and can be tabbed between. - System-catalog procedures are also included in the
callcompletion 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.