Skip to content

Commit 9017b13

Browse files
release: snippet quick peek
1 parent f94e9f3 commit 9017b13

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
## Table of Contents
66

77
- [Unreleased](#unreleased---date)
8+
- [2.5](#250---2025-09-15) - Snippet Peeks
89
- [2.4](#241---2025-09-11) - Cursor Support
910
- [2.3](#230---2025-09-05) - VSCodium Support
1011
- [2.2](#220---2025-09-03) - VS Code Insiders Support
@@ -30,10 +31,20 @@
3031
- Update homepage
3132
- Add searchbar
3233
- Add 2.0.0 pages
33-
- **SnippetManagement** (2.5)
34+
- **SnippetManagement** (2.6)
3435
- Rename .code-snippets Files
3536
- Simplified snippet view option
36-
- Fix to handle json with trailing commas
37+
38+
## [2.5.0] - 2025-09-15
39+
40+
### Added
41+
42+
- Double click a snippet to quickly view the snippet contents in a peek
43+
- Peeks show the snippet clicked and all other snippets of the file
44+
45+
### Fixed
46+
47+
- Move snippet command now runs correctly
3748

3849
## [2.4.1] - 2025-09-11
3950

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "snippetstudio",
33
"displayName": "SnippetStudio",
44
"description": "A snippets manager that assists you in creating, editing, viewing, and deleting snippets and snippet files.",
5-
"version": "2.4.1",
5+
"version": "2.5.0",
66
"publisher": "AlexDombroski",
77
"author": {
88
"name": "Alex Dombroski",

0 commit comments

Comments
 (0)