75 lines
2.2 KiB
Markdown
75 lines
2.2 KiB
Markdown
---
|
|
tags:
|
|
- upnote-import
|
|
---
|
|
|
|
# Resharper
|
|
|
|
[Navigating Code with ReSharper - JetBrains Guide](https://www.jetbrains.com/guide/dotnet/tutorials/resharper-essentials/navigation/)
|
|
|
|
Strg +T: Suche
|
|
|
|
Suche nach Caml-Case Kürzeln
|
|
|
|
Suche nach Type-Names
|
|
|
|
Nochmal Strg +T → Suche nach TypeNames
|
|
|
|
Nochmal Strg +T → Suche nach Text
|
|
|
|
Suche unterstützt auch "\*"
|
|
|
|
Tab / Shift +Tag, wenn man nicht am Zeilenanfgang steht → Navigation durch die Code-Elemente der Zeile
|
|
|
|
|
|
|
|
Strg +Shift +T: Suche nach Dateinamen und Ordnern
|
|
|
|
Shift +Alt +T: Suche nach Symbols (Methoden, Felder)
|
|
|
|
Trick: Kürzel für Namespce, und dann die Suche
|
|
|
|

|
|
|
|
Strg +Klick -> uncool
|
|
|
|
Alt + \` : Navigation Kontext-Menü Öffnen
|
|
|
|
|
|
|
|
Alt +ß: Goto Members
|
|
|
|
dann auch Eingabe eines Code-Snipptes möglich, "if"
|
|
|
|
Strg +Alt +PageUp / PageDown: Vor und zurücknavigation innerhalb einer Suche
|
|
|
|
Strg +, : zuletzt geöffnete Dateien
|
|
|
|
Strg +Shift +,: Liste letzer Änderungen
|
|
|
|
|
|
|
|
Alt +Enter -> lostippen -> Suche nach Aktions, wie rename etc.
|
|
|
|
|
|
|
|
Logfile-Stack kopieren → Zurück nach VS → es öffnet sich ein Fenster, aus dem direkt im Stack-Traace navigiert werden kann
|
|
|
|
Strg + - Zurück navigieren:
|
|
|
|
[Shortcuts, Editing and Code Completion - JetBrains Guide](https://www.jetbrains.com/guide/dotnet/tutorials/resharper-essentials/shortcuts-editing-completion/)
|
|
|
|
Strg +Shift +Enter: Code Vervollständigung, z.B. zum automatischen setzen von Klammern
|
|
|
|
[Inspections and Quick-Fixes in ReSharper - JetBrains Guide](https://www.jetbrains.com/guide/dotnet/tutorials/resharper-essentials/inspections-quick-fixes/)
|
|
|
|
[Debugging Applications with ReSharper - JetBrains Guide](https://www.jetbrains.com/guide/dotnet/tutorials/resharper-essentials/debugging/)
|
|
|
|
Strg + Shift + F9 -> Breakpoint tool beim debuggen
|
|
|
|
Load Symboly by ReSharper Decompiler
|
|
|
|
[Writing and Running Unit Tests with ReSharper - JetBrains Guide](https://www.jetbrains.com/guide/dotnet/tutorials/resharper-essentials/unit-testing/)
|
|
|
|
[Additional Tools - JetBrains Guide](https://www.jetbrains.com/guide/dotnet/tutorials/resharper-essentials/additional-tools/)
|