Skip to content

1.47.0

Choose a tag to compare

@marein marein released this 13 Aug 13:29
· 58 commits to master since this release
  • Jump to definitions and usages in the editor by @marein in e4722cb.
    • In PHP and Go files, hold Ctrl or Cmd and click a symbol to jump to it. Shift+F12 shows where it is used, Ctrl+B works from the cursor. On touch, tap a symbol and pick Look up.
    • The language servers start with the editor and index in the background. They follow checkouts and file changes on their own.
    • Reindex in the editor menu starts them over. Under Settings, Editor, LSP you set how each server runs.
  • Sort containers by status and show docker at work by @marein in b355441.
    • Unhealthy containers come first, then the running ones. The docker icon waves while a compose command runs.