Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 2.02 KB

README.md

File metadata and controls

42 lines (33 loc) · 2.02 KB

Brackets Outline List

Brackets Extension to display a list of the functions or definitions in the currently opened document. Settings for parameters and anonymous functions. Works with JavaScript, CoffeeScript, CSS, SCSS, LESS, XML, HTML, SVG, Markdown and PHP.

Thanks to crabcode for his groundwork on this project. Original project repo here: Brackets-Outline

Screenshots

JavaScript Outline
Outline for JavaScript

CSS Outline
Outline for CSS, HTML and Markdown in the Sidebar

Features

  • List Functions or Definitions in the current document
  • Jump to declaration from the Outline List
  • Show Outline List in the sidebar or next to the toolbar
  • Differentiate between types easily by showing different icons
  • Toggle sorting of Outline List
  • Toggle anonymous function
  • Toggle function arguments
  • Supported languages:
    • JavaScript
    • CoffeeScript
    • CSS, SCSS, LESS
    • XML, HTML, SVG (hierarchical based on indentation)
    • Markdown, GitHub-Flavored-Markdown (atx-style headings only)
    • PHP

Installation

To install the latest release of this extension use the built-in Brackets Extension Manager which downloads the extension from the extension registry.

To install the latest commit of this extension use the built-in Brackets Extension Manager which has a function to Install from URL... using this link: https://github.com/Hirse/brackets-outline-list/archive/master.zip.

License

Brackets Outline List is licensed under the MIT license. The original Brackets Outline Extension and the Ionicons are also licensed under the MIT license.