Skip to content

Commit 64c1410

Browse files
committed
Update README.md
1 parent 8a8e79e commit 64c1410

1 file changed

Lines changed: 24 additions & 3 deletions

File tree

README.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ This project provides a command palette extension for opening Visual Studio solu
77
![Visual Studio / Code for Command Palette](./Assets/screenshot1.png)
88

99
## Features
10-
- **Optimized for Performance**: Designed to remain fast and responsive, with a configurable page size. By default, it displays 8 items per page to ensure smooth interaction even with large project histories.
10+
- **Optimized for Performance**: Designed to remain fast and responsive, with a configurable page size and caching.
1111
- **Unified Launcher**: Launch Visual Studio solutions, Visual Studio Code, Cursor, Google Antigravity, and Windsurf workspaces from a single, convenient interface.
12+
- **Top-level Search Integration**: Extension results are integrated directly into the Command Palette's main search list. Configure the number of fallback results or use the "Search for..." item to jump into the extension's page with your query.
13+
- **Advanced Pinning**: Keep your most important projects accessible with support for **Pin to Home** and **Pin to Dock**.
1214
- **Window-Switching**: If a Visual Studio solution is already open, the extension will switch to the existing window instead of opening a new instance.
1315
- **Secondary Actions**: Access additional commands for each entry:
1416
- **Copy Path**: Copies the full file path of the solution, workspace, or folder to the clipboard.
@@ -52,16 +54,19 @@ This project provides a command palette extension for opening Visual Studio solu
5254
* **General**
5355

5456
* **Show Details Panel**: Toggles the visibility of the details panel on the right.
55-
* **Page Size**: Sets the number of items to display per page. (Default: `8`)
57+
* **Page Size**: Sets the number of items to display per page. (Default: `16`)
58+
* **Fallback Count**: Sets the number of top-level fallback items on the main list page. (Default: `8`)
5659
* **Enable Logging**: Enables diagnostic logging for troubleshooting purposes.
60+
* **Use Helper Launcher**: Launches Visual Studio Code via a helper executable to ensure it comes to the foreground.
5761

5862
* **Search & Appearance**
5963
* **Search By**: Determines which properties to use when searching (`Title`, `Path`, or `Both`).
6064
* **Sort By**: Determines the sorting order of workspaces.
6165
* `Last Used, Usage Count`: The default sort order.
6266
* `Last Used`: Sorts by most recently used.
6367
* `Usage Count`: Sorts by most frequently used.
64-
* `Alphabetical by Title`: Sorts alphabetically by title.
68+
* `Recent from Visual Studio`: Sorts based on Visual Studio's recent solution list.
69+
* `Recent from Visual Studio Code`: Matches the order in VS Code's 'Open Recent' list.
6570
* **Tags**: Configure which informational tags are displayed for each item.
6671
* **Show 'Type' tag**: Displays whether the item is a `Workspace` or `Folder`.
6772
* **Show 'Target' tag**: Displays the target application, like `Visual Studio Code` or `Insiders`.
@@ -104,6 +109,22 @@ For more detailed technical information about the project's architecture and com
104109

105110
## Changelog
106111

112+
### 1.26.0.0
113+
- Performance: Implement ListItem caching and optimize workspace lookup for faster loading.
114+
- Search: Cache filtered results between fallback items to improve UI responsiveness during search.
115+
- Fallback: Fallback items now support pinning and retrieve data from the primary cache.
116+
- UI: Updated display name and subtitle logic for better clarity of workspace types.
117+
118+
### 1.25.0.0
119+
- Pinning: Support for "Pin to Home" and "Pin to Dock".
120+
- Detail: Added "Show Detail" command and enhanced the details panel.
121+
122+
### 1.24.0.0
123+
- Customization: Added "Fallback Count" setting to configure top-level items.
124+
- Search: Added filters for editor type and remote type.
125+
- Sorting: Added "Recent from Visual Studio" and "Recent from Visual Studio Code" options.
126+
- Focus: Added "Use Helper Launcher" setting to fix focus issues on some systems.
127+
107128
### 1.23.0.0
108129
- Add support for Visual Studio Code custom installation paths
109130
- Migrate solution to slnx format

0 commit comments

Comments
 (0)