DPack - Code Browser Tips
   
Code Browser Tips
# Description
1 Use Ctrl-1 - Ctrl-6 key combination to change member type filter (Methods, Properties, ...), or Ctrl-0 to set it back to <All>.
2 Use Ctrl-Shift-1 - Ctrl-Shift-4 key combination to change member visibility filter (Public, Private, ...).
3 Use Ctrl-Shift-0 key combination to enable all member visibility filters (Public, Private, ...). It also acts like toggle between enabling all members or just public ones. This allows one to quickly access only publicly accessible or all members.
4 Use Ctrl-C key combination to copy selected member name to the clipboard.