Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 26
Next »
Editing
- Syntax highlighting
- Error highlighting
- Unresolved classes marked as errors
- Unresolved unqualified properties marked as warnings
- Incompatible types assignments marked as warnings
- Inapplicable method calls marked as warnings
- Code folding
- Code formatter
- Comments and "To Do" view support
- "add missing import" intention
Execution, Debugging & Compilation
- Debugging support (setting breakpoints, view stack)
- context sensitive keyword completion
- Completion of methods, fields, classes
- Completion makes use of type inference
- Default methods completed
- Swing builder methods are completed, swing properties are completed in method argument list
- Resolve
- Resolve groovy to groovy classes, methods, fields
- Resolve groovy to java classes, methods, fields
- Resolve java to groovy classes, methods, fields
- if () {} / else {}
- while () {}
- try / catch / finally
- closure {}
- (Type) expr
- Introduce variable
- Offer the default type and variable name
- Shows all classes, methods, fields founded in groovy file
- The popup window contains classes, methods, fields.
Find usage (Alt+F7)
- Implements groovy classes search
Class search (Ctrl+N)
- Searches class by prefix of class groovy name
Grails
- Grails SDK configuration
- Grails controller, view, domain class, job, script, service, taglib creation
- Grails generators are built in; output to console
Coming soon
- Find Usages for methods and fields
- Safe Delete refactoring
- Rename Refactoring
- Live Templates support
- Debugging support (evaluate expressions)
- GSP support