Skip to content

v1.11.0 — Field usage, calc lineage, new inspector sections, keybinding fix

Latest

Choose a tag to compare

@TrueCrimeDev TrueCrimeDev released this 14 Jul 16:00
· 4 commits to main since this release

Added

  • Field-usage analysis — calc rows show "· N sheets"; calculations no worksheet or live calculation uses get an unused badge. Hover a calc to see its full lineage: sheets it appears on, fields/calcs/parameters it uses, and calcs that use it.
  • Four new inspector sections: Parameters (current values + domains), Sheet Filters (per worksheet, calc references shown by caption), Dashboards (size + expandable worksheet zones), Hierarchies.

Changed

  • Keyboard shortcuts no longer override VS Code defaults. Ctrl+Shift+L (and V/I/C/H/R) are back to their core meanings in .twbl files. Extension shortcuts now use two-step Ctrl+Alt+T chords on every platform:

    Chord Action
    Ctrl+Alt+T V Validate expression
    Ctrl+Alt+T I Insert IF statement
    Ctrl+Alt+T C Insert CASE statement
    Ctrl+Alt+T L Insert LOD expression
    Ctrl+Alt+T H Function help
    Ctrl+Alt+T R Restart language server

    macOS uses Ctrl (not Cmd) for these; GNOME users may need to free Ctrl+Alt+T from the system terminal shortcut.

Fixed

  • Dashboard zones parse the modern type-v2 format (dashboards previously reported zero zones).
  • One XML parse per sidebar refresh instead of nine.

Install

code --install-extension tableau-language-support-1.11.0.vsix --force