Skip to content

Brackets Extension to display a list of the functions or definitions in the currently opened document.

License

Notifications You must be signed in to change notification settings

juice/brackets-outline-list

 
 

Repository files navigation

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

Latest Release

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

Latest Commit

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.

About

Brackets Extension to display a list of the functions or definitions in the currently opened document.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 83.2%
  • CSS 14.1%
  • HTML 2.2%
  • Python 0.5%