-
Notifications
You must be signed in to change notification settings - Fork 2
Home
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