Editor Tools
Last modified by Simon Urli on 2021/02/18 15:03
Editor dev tools: Syntax Higlighting and Autocompletion for XWiki editors.
Modules
- Syntax Highlighting Application
- AutoCompletion Application
- AutoCompletion API
- Syntax Highlighting Common Library
Future
Future
Ideas:
- Auto complete variables created in Velocity:#set ($mydoc = $xwiki.getDocument("whatever"))
$mydoc. - Velocity Macro autocompletion
- Javadoc display
- Wiki syntax autocompletion on links
- Velocity VTL elements for autocompletion
- Parameter autocompletion; i.e. show param types when inside method params
- Bug: $something.class is a String and not a Class, shows as "class class"
- Return PR requirement not as text but as color of autocompletion hint for example
Open issues:
New bugs and suggestions go to the dedicated JIRA project (you need to create an account there). Don't use comments on this page for that. Thank you.