banana-js
A JavaScript Editor enhancement
leon740727 425 0 0.2.5 MIT GitHub

banana-js package

A JavaScript Editor enhancement

Installation

apm install banana-js

Features

  • jump to declaration of a method / class... (ctrl-d)

Screenshot-1

  • overview the diff block

  • function arguments hint

Screenshot-4

  • occurrence of variables just like "Mark Occurrences" in Eclipse
    1. On the right side of editor, we can find out where the identifier appears in the file. (the green line)
    2. Notice the word "team" in different scenarios have different marker

Screenshot-2

Screenshot-3