Open with Ctrl+Shift+P. Fuzzy-searches all commands.
@prefix — search symbols by name across the current file!pipprefix — install packages without opening the Package Manager; type!pip requeststo install directly from the palette with package-name autocomplete- Designer commands — Generate Code, Fold All, Unfold All appear when a designer project is open
- Lazy loading with directory navigation and drag-to-resize sash
- Right-click menu — New File, New Folder, Rename, Delete, Set as Root Directory, Add to .gitignore
- New File / New Folder uses an inline text field directly in the tree (no dialog)
- Drag and drop files between folders with unsaved-changes prompt
- M/A/U/D badges on files showing git status
AST-based view of the current file showing classes, functions, methods, parameters, instance attributes, local variables, and nested definitions — all in a collapsible tree.
Right-click any symbol to open the References panel showing all occurrences across the project.
Ctrl+F opens a VS Code-style inline bar with case-sensitive, whole-word, and regex toggles.
‹ › buttons in the nav toolbar navigate backward/forward through edit history — same as browser back/forward for your cursor positions.