JSEclipse Features :: Code editing helpers

JSEclipse contains a lot of nice touches that are designed to make editing Javascript files painless and efficient, such as:

  • Automatic brace and quote matching - each time you type one of the opening brace characters: ( or [ a quote or an apostrophe JSEclipse automatically inserts the correct corresponding character.
  • Also, for the users coming from other editor and are not used to this feature, if you quickly type the closing character yourself JSEclipse will no longer insert the closing character so it will do the right thing for all users.
  • Curly braces also get special handling. The closing brace is automatically inserted and the cursor is positioned correctly when you press enter after a closing brace. And there's more, if for some reason you need to close a missing brace, it is automatically indented.
  • When writing a multiline comment, the indenting and closing comment is properly handled.
  • One other fun feature is available by pressing enter while inside of a Javascript string. The string will be split on the second line and that line will be nicely indented.
Home > Products > Eclipse > JSEclipse > Features > Details
© Adobe Systems Romania. All rights reserved.