Mikroelektronika MIKROE-724 データシート

ページ / 726
mikroBasic PRO for dsPIC30/33 and PIC24
MikroElektronika
55
Another way of folding/unfolding code subsections is by using Alt+← and Alt+→.
If you place a mouse cursor over the tooltip box, the collapsed text will be shown in a tooltip style box. 
Code Assistant
If you type the first few letters of a word and then press Ctrl+Space, all valid identifiers matching the letters you have 
typed will be prompted in a floating panel (see the image below). Now you can keep typing to narrow the choice, or you 
can select one from the list using the keyboard arrows and Enter.
Parameter Assistant
The Parameter Assistant will be automatically invoked when you open parenthesis “(” or press Shift+Ctrl+Space. If the 
name of a valid function precedes the parenthesis, then the expected parameters will be displayed in a floating panel. 
As you type the actual parameter, the next expected parameter will become bold.
Bookmarks
Bookmarks  make  navigation  through  a  large  code  easier.  To  set  a  bookmark,  use  Ctrl+Shift+number.  The  same 
princliple applies to the removal of the bookmarks. To jump to a bookmark, use Ctrl+number
Go to Line
The Go to Line option makes navigation through a large code easier. Use the shortcut Ctrl+G to activate this option.