adobe / brackets

An open source code editor for the web, written in JavaScript, HTML and CSS.
http://brackets.io
MIT License
33.29k stars 7.66k forks source link

Add feature: Outline / code navigator view #9302

Open hang333 opened 9 years ago

hang333 commented 9 years ago

I need a Code Navigator Like This.. capture That can show the php functions...etc

peterflynn commented 9 years ago

Clarified title.

@hang333 Fyi, you can use Ctrl-T (Quick Find Definition) for a filterable quick-access outline view. But we don't yet have a persistent outline view that you can leave open in a panel, as pictured in your screenshot.

hang333 commented 9 years ago

look like it doesn't support php :(

redmunds commented 9 years ago

There are many PHP extensions in the Brackets Registry. The PHP SmartHints extension may be close to what you are looking for.