js-func-viewer

A function structure viewer for Javascript file

liujingbreak

4,518

1

1.1.4

MIT

GitHub

Javascript file function structure viewer

Helps you to navigate a file structure based on function definition and jump to the line.

It has more structural view than what cmd + R has.

Usage:

  1. Focus on editor area

  2. Press cmd + F12 or ctrl + F12 to toggle visibility, also press cmd + F12, ctrl + F12 or ESC to hide.

Excellent viewer for test spec-like file structure.

Supported grammar structure

This plugin uses acorn-jsx to parse JS grammar structure, so it should support parsing all versions of ECMAScript and JSX script.

What will be shown in popup list