All notable changes to Project Explorer will be documented in this file.
- Prevent folders in the pages and layouts tree views from being opened as files when clicked. This ensures only valid files are opened, improving user experience.
- Display a quick pick menu to create either a page or a layout
- Exclude components from active editors tree view
- View open (active) tabs in the tree view
- Replace minus sign with trash in the tree view
- Even though the extension checks if an
src
folder exists, it would fail to detect theapp
directory if it's in the project root
- Project Tree View auto-refershes on deleting and renaming files and folders
- The extension assumed that the workspace folder is the root of the project. This is not always the case. The extension now checks if
app
is located in thesrc
folder. If not, it will use the workspace folder as the root of the project.
- Custom icons for files and folders and used bulit-in product icons instead.
- Tree view not showing up in the explorer view.
- Initial release 🎉