UDKEclipse is an Eclipse plugin that enables UDK scripting support with many of the goodies that are offered by modern IDE's such as code completion, code navigation, syntax highlighting etc.
I've setup a repository for easy installation. Please check [Installation] page for information.
Quickstart guide:
After [Installation]:
Editing guide:
* Please note that code assist information is refreshed only after the file is saved.
* The editor will automatically try to complete upon pressing "."
* Code assist can be also invoked with Ctrl-Space
* Ctrl-1 will go to variable or type definition.
This project is still experimental and in early stage of development.
ANTLR has been used for parsing the UDK/Unreal grammar.
Parts of the code are based on UCEditor (http://uceditor.sourceforge.net)
Supported features: