Skip to content
Wolfgang Mauer edited this page Apr 13, 2019 · 3 revisions

Welcome to the valaDevelop wiki!

Keyboard shortcuts fixed by now
CTRL+SHIFT+F  -> Find in files
SHIFT+TAB     -> Switch between opend sourcefiles
CTRL+.        -> Go to prev bookmark
CTRL+,        -> go to next bookmark
CTRL+SHIFT+B  -> Build solution
CTRL+F5       -> Execute (without debugging)
F5            -> Start debugging
F10           -> Execute next line (debug)
F11           -> Step into function (debug)
SHIFT+F11     -> Step out of function (debug)
F9            -> Toggle breakpoint
CTRL+B        -> Toggle bookmark
CTRL+SHIFT+U  -> Toggle line comments
CTRL+SHIFT+R  -> Expand/Collapse all REGIONS
CTRL+F        -> Search (actual source)
CTRL+H        -> Search & Replace (actual source)
CTRL+G        -> Goto line
F3            -> Find next occur (from search)
SHIFT+F3      -> Find prev occur (from search)
F12           -> Goto declaration source or valadoc
CTRL+S        -> Save (actual source)
CTRL+F4       -> Close source
Code Formatting - Before and after inserting the curly bracket Sourcecode folding Static Code Analysis Jump to Definition/Integrated documentation Debugging Others
Clone this wiki locally