Skip to content

Releases: ran-codes/code-organizer-vscode

v0.1 - Add custom ViewContainer

28 Oct 18:48
04b2974

Choose a tag to compare

What's Changed

Full Changelog: v0.0.5...v0.1

v0.0.5 - Added markdown and quarto support

29 Sep 20:46

Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4

19 Sep 20:43

Choose a tag to compare

What's Changed

  • feat-Downgrade the version to be compatible with Cursor. by @InRunning in #18

New Contributors

Full Changelog: v0.0.3...v0.0.4

v0.0.3 - JSX Comment Support

14 Aug 15:14
85b95ad

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.0.3

Code Organizer v0.0.1 - Initial Release

29 Jul 16:00

Choose a tag to compare

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

  1. Install from [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=ran-codes.code-organizer)
  2. Add comment sections ending with ---- (4+ dashes)
  3. Check the Outline panel in VS Code's Explorer sidebar
  4. 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.