Releases: ran-codes/code-organizer-vscode
Releases · ran-codes/code-organizer-vscode
v0.1 - Add custom ViewContainer
What's Changed
- [Feature] Sync editor position to outline (bidirectional navigation) #29 by @ran-codes in #30
- [Feature] Create custom viewsContainers for Code Organizer #22 by @ran-codes in #32
- [Feature] Go to Code Organizer - Command #31 by @ran-codes in #34
- [Feature] Create high resolution icon #26 by @ran-codes in #35
- [Feature] Update README with new Gifs for dedicated View Container #36 by @ran-codes in #37
- [Release] Release v0.1 housekeeping by @ran-codes in #38
Full Changelog: v0.0.5...v0.1
v0.0.5 - Added markdown and quarto support
What's Changed
- Feature/23 file type detection by @ran-codes in #24
- Feature/20 qmd headers support by @ran-codes in #25
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- feat-Downgrade the version to be compatible with Cursor. by @InRunning in #18
New Contributors
- @InRunning made their first contribution in #18
Full Changelog: v0.0.3...v0.0.4
v0.0.3 - JSX Comment Support
What's Changed
- Feature/13 jsx comment support by @ran-codes in #15
New Contributors
- @ran-codes made their first contribution in #15
Full Changelog: v0.0.1...v0.0.3
Code Organizer v0.0.1 - Initial Release
Transform your code files into organized, navigable documents using simple comment patterns.
✨ Features
- Simple syntax: Add
----to comments to create sections (# Section Name ----) - Instant navigation: Sections appear in VS Code's Outline panel for one-click jumping
- Hierarchical nesting: Support for up to 4 levels (
##,###,####) - Multi-language support: Works with Python, JavaScript, TypeScript, C/C++, Java, Go, Rust, PHP, SQL, and more
- Zero configuration: Works immediately after installation
🚀 Getting Started
- Install from [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=ran-codes.code-organizer)
- Add comment sections ending with
----(4+ dashes) - Check the Outline panel in VS Code's Explorer sidebar
- Click any section to jump instantly
🔧 Technical Details
- Document symbol provider integration
- Pattern recognition for
#,//, and--comment styles - Built-in VS Code outline, breadcrumbs, and Go to Symbol support
Perfect for organizing large files, data science notebooks, and complex codebases.