Armory for VS CodeArmory is a task-oriented project navigator that keeps several focused views of your codebase visible at the same time. Instead of repeatedly digging through one large Explorer tree, create a board of independent trees for the parts of the project involved in your current task. Each tree can have multiple roots, bringing files and folders from different parts of the project into one focused view. A file, folder, or symbol can appear wherever it is useful without changing the structure of your project. Getting startedOpen Armory using either:
The first board is created from the folders in your current VS Code workspace. Its layout is saved with the workspace and restored when you return. Working with trees
You can also right-click files and folders in the standard VS Code Explorer and use the Armory submenu to:
Navigation and file operationsDirectories and files expand lazily, and supported document symbols appear inside files. Open an item to navigate to it in the editor, or use Reveal in Explorer to locate its file. Current statusArmory is under active development. The current version supports multi-tree navigation, files and folders, document symbols, persistent board layout, root management, and common file operations. More advanced organization and navigation features will be added incrementally. Issues and feedback are welcome in the ArmoryVSCode repository. |