RevitalAce-JS
--as served from dist/sample.js
RevitalAce-JS is a pluggable module for the Ace Editor that enhances the JavaScript coding experience with active code completion, interactive tooltips, dynamic JSDoc parsing, and a fully programmable menu bar. More details
- Hover over variables, functions, objects to get help through
tooltips
- Active code completion as you type. Or just use Ctrl/Cmd-Space
- Dynamic parsing of JSDoc, Comments. Add a comment and see the doc show up in the tooltip
- Tooltip shows you usages, takes you to definition/declaration
- Get help while calling a function. Displays the function signature as you type.
- Interact with fully customizable menu
View the source code on GitHub.