Skip to content

Commit 6d636ef

Browse files
committed
add change log and better user iosntruation i root roeadme #36
1 parent 7ecb601 commit 6d636ef

1 file changed

Lines changed: 16 additions & 5 deletions

File tree

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,12 @@ Transform your code files into organized, navigable documents with a table of co
3333

3434
**To use:**
3535
1. Install the extension
36-
2. Add comment sections ending with `----` (4 or more dashes) to trigger code organization
37-
3. Check the **Outline** panel in VS Code's Explorer sidebar
38-
4. Click any section to jump to it instantly
36+
2. Open any code file (or create a new one)
37+
3. Add comment sections ending with `----` (4 or more dashes) to trigger code organization
38+
4. Check the **Outline** panel in VS Code's Explorer sidebar
39+
5. Click any section to jump to it instantly
40+
41+
**Tip**: Use Command Palette (Ctrl+Shift+P) → `Code Organizer: Show Code Organizer` to quickly open the view
3942

4043
![Code Organizer Demo](./assets/images/demo_v2.gif)
4144

@@ -214,7 +217,15 @@ code --install-extension ran-codes.code-organizer-vscode
214217

215218
See [CHANGELOG.md](CHANGELOG.md) for detailed release information.
216219

217-
### 0.0.5 - Latest
220+
### 0.0.6 - Latest
221+
- **🆕 Custom Activity Bar View**: Dedicated Code Organizer tab with custom icon
222+
- **🆕 Editor-Outline Sync**: Auto-scroll outline view as you navigate through code
223+
- **🆕 "Show Code Organizer" Command**: Quick access via Command Palette
224+
- **🆕 High Resolution Icon**: Professional hexagon design for marketplace
225+
- Enhanced TreeView with caching for reliable navigation
226+
- Improved section highlighting with visual decorations
227+
228+
### 0.0.5
218229
- **🆕 Markdown & Quarto Support**: Native header detection for `.md` and `.qmd` files
219230
- Smart code chunk handling - ignores headers inside fenced code blocks
220231
- Language-specific parsing for markdown documents
@@ -223,7 +234,7 @@ See [CHANGELOG.md](CHANGELOG.md) for detailed release information.
223234
### 0.0.4
224235
- **Cursor Compatibility**: Downgraded VSCode engine to ^1.99.0 for broader editor support
225236

226-
### 0.0.3 - Latest
237+
### 0.0.3
227238
- **🆕 JSX/TSX Support**: Added React JSX comment syntax `{/* // Section ---- */}`
228239
- Enhanced regex pattern to handle whitespace variations in JSX comments
229240
- Improved language support for React and TypeScript React developers

0 commit comments

Comments
 (0)