Javascript Rhino content assist - plugin detail
This plugin will allow to enable/disable Mozilla Rhino code assist in javascript editor
| Plugin owner: |
digitalillusion |
| Website: |
|
| Added: |
2011-06-13 |
| Last updated: |
2011-06-22 |
| NetBeans Versions: |
7.0 |
| License: |
SUN |
| Category: |
Programming Languages |
| Size: |
0.33 MB |
| Downloaded: |
1,317 times |
| Rating: |
|
Verifications for NetBeans versions
Plugin is not subject to any verification |
Introduction
INSTRUCTIONS:
The plugin installs an action under Tools menu of NetBeans IDE, and under the javascript editor context menu. This action is named "Toggle javascript Rhino content assist" and allows to enable/disable code autocompletion in Mozilla Rhino context for javascript MIME type.
FEATURES:
Althought development is in its initial stage and there are known bugs, the following completion scenarios are supported:
- Package, classes and interfaces names from the project classpath
- Engine scope Rhino object and function names
- Fields, methods and constructors names of Rhino objects
- Static methods invocation
- Inline interface implementation
- Methods signature with parameter type guessing
What's new in this version
- The result of the evaluation is displayed in a window
- The plugin now allows to use a customized set of rules and even different Rhino-derived engines simply by class extension
At the moment, the evaluator is a simple string parser and is not aware of the scope. This is why it confuses symbols names when they are the same
|
[ You have to be logged in to be able to comment. ]
User Comments
There are no comments yet.