Free PHP IDE Codelobster PHP Edition includes free JavaScript editor
For working with JavaScript code free JavaScript editor represents the following abilities:
1. Code highlighting
That feature means JavaScript syntax coloring.
2. Paired highlighting
The Editor highlights in pairs
braces,
square brackets
and
parenthesis
when a cursor is placed
between beginning and ending enclosing characters.
3. Intelligent Auto-complete
Auto-complete feature "remembers" and lists in pop-up window DXML objects,
JavaScript variables and functions.
Completion list is called automatically in necessary area of
JS code.
4. Context and Dynamic Help
With these features you can quickly obtain necessary information about JavaScript structure and syntax.
To get help topics using Context Help:
-
Place pointer on element you want to review help topic for and press F1 button
By default, free JavaScript editor searches for proper help information on
http://msdn.microsoft.com site.
You can select Local MSDN instead. To change site address:
-
Move to the Preferences menu (Tools|Preferences)
-
In the left grid click Context Help item and select JS
-
In the right grid select necessary value from the Location dropdown list and press OK
Dynamic Help
The
Dynamic Help window displays links to help topics for element pointer placed on.
By default, free JavaScript editor conducts search on
http://msdn.microsoft.com site.