Skip to content

Commit

Permalink
Created README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
soverthe authored Dec 19, 2021
1 parent 5ce1ee5 commit aedbd08
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# JSFunctionViewer
A javascript plugin for Notepad++

Provides an easier way to view and/or navigate to functions from function calls. Also works with external files if the src attribute is the last attribute of the <script> tag.

## Installation
- Paste "JSFunctionViewer.dll" to the "Notepad++\plugins\JSFunctionViewer" folder
- Restart Notepad++
- Click the "Toggle Function Viewer" button that's now on your toolbar
- Select a function's name

Demonstration video: https://youtu.be/mitKRrQFjLE

0 comments on commit aedbd08

Please sign in to comment.