I often find myself wanting to navigate quickly to a particular symbol (type, method or field) by name. In VS+ReSharper there is a keyboard shortcut (typically Ctrl+T or Ctrl+N) that pops up a small search dialog. You type the symbol name and it displays a list that gets filtered as you type. You can then just use the arrow keys to select the item you're looking for, and jump straight to it, without having to find it in the Projects view or whatever. Is there such a feature in SharpDevelop?
↧