VisualStudio .NET Shortcuts
Mangler nogle shortcuts til VisualStudio .NET:1. 'Go to defintion'
2. 'Go to reference'
3. samt Hop ind i koden til først kompilerfejl, svarer til at klikke debuggerens outputvindue, på en fejllinie.
Kender du andre gode genveje skrive dem gerne her.
Her er et par andre stykker:
(tryk ikke +)
ctrl+shift+b = compile
ctrl+k+k = sæt/fjern bookmark
ctrl+k+n = hop til næste bookmark
ctrl+k+c = udkommenter en valgt kodeblok
ctrl+k+u = fjern udkommenteringen af en valgt kodeblok
ctrl+- = jumps back to last position (SUPER)
ctrl+shift+u = UPPER CASES
