Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.1 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.1 KB

Code Outline

A small Eclipse-esque outline that lists all functions and CSS definitions in your current file, providing shortcuts for quick navigation.

Screenshot

What's New

  • Toggle Function Arguments
  • Toggle Outline from Toolbar (Thanks to Karsten Bruckmann!)
  • Show Outline in Sidebar or next to the Toolbar (Also thanks to Karsten!)

Current Features

  • List and Quickly Jump to Functions and CSS Definitions
  • Hide Unnamed Functions
  • Works for JS, PHP, and CSS

Planned Features

In the future, I'd like to add arrays, objects, and variables to the outline and display them in a collapsible tree. But right now that's more of a nice-to-have for me, so I'm uncertain if and when I'll get around to it.

How to Install

Code Outline is an extension for Brackets.

To install extensions:

  1. Choose File > Extension Manager and select the Available tab.
  2. Search for this extension.
  3. Click Install.

License

MIT-licensed -- see main.js for details.