Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.79 KB

File metadata and controls

46 lines (30 loc) · 1.79 KB

Shell script functions and tags outline 1.0.0

shell-function-tag-outline

GitHub release GitHub license GitHub stars GitHub issues GitHub issues

Provide outline view for Shell script functions and tags.

Functions

Whenever a function is defined in the script it will be placed in the outline.

Comment tags

These special comments begin with a certain tag identifier. When one of the below tags are used they will appear in the outline with an icon:

  • # MARK:
  • # NOTE:
  • # REVIEW:
  • # TODO:
  • # FIXME:
  • # HACK:
  • # BUG:
  • # OPTIMIZE:
  • # !!!:
  • # ???:

screenshot1

Based on shell-function-outline v1.2.2 by jannek@aalto 2021 Based on perl-outline v0.0.7 by hitode909. They deserves much credit.

Future idea

Some editors handle this comment tag dash with a separator before the line:

  • # MARK: - Headline notation

Could be interesting if that could be implemented.