Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
monstajoe2002 committed Mar 1, 2024
1 parent f111849 commit 6665972
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to **Project Explorer** will be documented in this file.

## [0.3.0] 2024-3-1

### Added

- Display a quick pick menu to create either a page or a layout

## [0.2.1] 2024-2-24

### Fixed
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ With the introduction of [Next.js 13](https://nextjs.org/), the `app` directory

## Features

**NEW! You can pick and choose which type of Next.js file you want to create and Project explorer will do the heavy lifting for you.**

You can access the Project Explorer through the command palette (`Ctrl+Shift+P` or `Cmd+Shift+P` on Mac) by searching for `Project Explorer`. This allows you to search for, create and delete page and layout files.

![Command Palette Feature](resources/features/command-palette.gif)
Expand All @@ -21,7 +23,7 @@ This extension works in Next.js 13+ projects with `app` directory enabled **only

## Known Issues

- When you delete a file through the command palette, VS Code will through an error saying that the file is not found. *See screenshot below*. This is a known issue with VS Code and is not related to this extension.
![Alt text](delete-error.png)
- When you delete a file through the command palette, VS Code will through an error saying that the file is not found. _See screenshot below_. This is a known issue with VS Code and is not related to this extension.
![Alt text](delete-error.png)

- In the Active Editors section, all tabs may not show there. This only occurs after launching Visual Studio Code to open tabs.

0 comments on commit 6665972

Please sign in to comment.