Changes

Coding box

823 bytes added, 08:02, 23 April 2013
==Intellisense==
The Coding box features a lean Intellisense implementation for {{UBIK}} objects.
* when entering a {{key press|.}} it tries to identify the word before the . and looks it up in the type tree; if it is found as a namespace, it will provide all relevant types, if it is found as a type it will provide properties, methods, events and delegates
** if the word is neither found as a namespace or type, it tries to find a variable declaration in the code and continues the search from there
** declarations of namespaces in <code>using</code> statements are also considered in the search
* when pressing {{key press|Ctrl|Space}} an autocomplete box will appear
* once the Intellisense box is open, you can use the arrow keys to navigate through the items; use the {{key press|Tab}} or {{key press|Enter}} key to select an item
==Useful shortcuts==