farant / comment-explorer-vscode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

comment-explorer

Every wanted to make a web application in a single PHP file?

Finding things in big files is a chore.

No longer!

Alt text

Features

  • Write special comments that begin with the "#--" prefix.
  • You can use "::" to nest sections.

Known Issues

At the moment it expects a section to be a container or a destination but not both.

For example if you have:

/* #-- Main Controller */

/* #-- Main Controller :: Update */

It will create both "Main Controller" and "> Main Controller" in your sidebar.

Release Notes

1.0.0

Initial release

About

License:MIT License


Languages

Language:TypeScript 100.0%