Shortcut Menu
Right mouse click
SS
List Properties/Methods - Opens the intellisense drop-down (Ctrl + j)
List Constants - Lists constants for enum type (appears automatically when needed or Ctrl + Shift + J)
Quick Info - Shows information about a variable or procedure (can be viewed by hovering over a variable while in break mode)
Parameter Info - Shows information about a procedure (appears automatically when typing a function or Ctrl + Shift + I)
Complete Word - Autocompletes current word if it exists or opens intellisense drop-down (Ctrl + Space)
Toggle - Breakpoint - Toggles a breakpoint on the selected line of code
Toggle - Bookmark - Toggles a bookmark on the selected line of code
Object Browser - Opens the Object browser
Add Watch - Adds a watch to the watch window
Definition - Jumps directly to where a procedure or variable is defined (Shift + F2)
Last Position - Jumps to the last position that a change was made in any module (Ctrl + Shift + F2)
Hide - Hides the selected code module
© 2025 Better Solutions Limited. All Rights Reserved. © 2025 Better Solutions Limited TopPrevNext