The Projects View offers a file browser for your projects, including external folders that are not physically part of your project. This can be useful for including external IP in your projects.
The Projects View also offers a lot of custom Sigasi functionality, such as library mapping, version setting, and project settings.
Buttons in the projects view
- Create a new file
- Create a new folder
- Refresh
- Collapse all folders in the projects view
- More Actions
Follow Cursor: links the projects view with the editorHide Excluded Files: toggles whether excluded files should be hiddenConfigure Excluded Files: opens settings to configure file exclusions
Excluding files
Files can be excluded from showing up in the Projects View. By default, project configuration files like .project, .library-mapping.xml, and .settings are filtered.
The filtering can be customized through the following settings, accessible through the Configure Excluded Files button under More Actions:
- The
setting specifies a list of glob patterns to match files that will be excluded.sigasi.projectsView.exclude - The
setting ensures only HDL files are shown.sigasi.projectsView.excludeNonHdlFiles - The
setting determines whether the global exclusion filter from VS Code should also be applied.sigasi.projectsView.inheritGlobalExclude
Filtering can be toggled through the Hide Excluded Files toggle button under More Actions.
