# brackets-code-folding **Repository Path**: mirrors_FezVrasta/brackets-code-folding ## Basic Information - **Project Name**: brackets-code-folding - **Description**: Code folding extension for brackets IDE - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Code folding for Brackets A code folding extension for [Brackets](https://github.com/adobe/brackets/) based on [CodeMirror's folding addon](http://codemirror.net/demo/folding.html). Peforms code folding based on brace ({}, []) matching and multiline comments for javascript, json, css, php and less files. Also has some support for html and xml files based on tag matching. Holding down the Alt-key while clicking on code regions collapses or expands all foldable child regions (as found in OSX Finder). ### How to install Navigate to **Brackets > File > Install Extension** and paste url https://github.com/thehogfather/brackets-code-folding ####Or manually 1. [Download](https://github.com/thehogfather/brackets-code-folding/archive/master.zip) 2. Unzip in **user** folder in **Brackets > Help > Show Extensions Folder** 3. Restart or Reload Brackets 4. Toggle the extension with **Brackets > View > Enable Code Folding** ### Keyboard shortcuts The following are the default keyboard shortcut keys for the code-folding extension. Ctrl-Alt-C Collapse code region at current cursor position Ctrl-Alt-X Expand code region at current cursor position Alt-1 Collapse all code regions in current editor Shift-Alt-1 Expand all code regions in current editor ##Known Issues **If any of the shortcut keys above conflict with your keyboard or you would prefer to use another shortcut key for any reason, please use an extension like [Brackets Key Remapper](https://bitbucket.org/sacah/brackets-key-remapper) to change the shortcut keys to suit your needs.** ### License MIT-licensed. ### Compatibility Brackets Sprint 23 or later.