brainbaking/content/wiki/code/tools/resharper.md

42 lines
1.4 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

+++
title = "resharper"
draft = false
tags = [
"code",
"tools",
"resharper"
]
date = "2014-06-19"
+++
# ReSharper
Documentatie:
* [Default keymap PDF overview](http://www.jetbrains.com/resharper/docs/ReSharper70DefaultKeymap_VS_scheme.pdf)
* [IntelliJ keymap PDF overview](http://www.jetbrains.com/resharper/docs/ReSharper70DefaultKeymap_IDEA_scheme.pdf)
## Shortcut ref VS Eclipse
| Eclipse shortcut | ReSharper shortcut | description
| CTRL+D | CTRL+L | remove line
| ALT+DOWN | CTRL+D | duplicate line
| CTRL+SPACE (CTRL+ENTER) | CTRL+SPACE (TAB) | code completion, select in combobox
| ALT+SHIFT+UP/DOWN | CTRL+ALT+LEFT/RIGHT | Extend/Shrink selection
| CTRL+SHIFT+/ | CTRL+ALT+/ | commend line
| CTRL+SHIFT+1 | ALT+ENTER | quick fix
| ALT+UP/DOWN | CTRL+SHIFT+ALT+UP/DOWN | move line
| CTRL+SHIFT+O | CTRL+E, (C)/F | organize imports (and format etc, F = silent)
| CTRL+F11 | CTRL+U, U | rerun last
| CTRL+O | ALT+<br/> | Go to file member
| CTRL+SHIFT+G | CTRL+SHIFT+ALT+F12 (SHIFT+F12) | find usages
| F3 | F12 | go to definition
| CTRL+SHIFT+. | SHIFT+ALT+PGDN | go to next error
| CTR+, | SHIFT+ALT+PGUP | go to previous error
| ALT+SHIFT+I | CTRL+R, I | inline variable
| ALT+SHIFT+R | CTRL+R, R | rename
| ALT+SHIFT+M | CTRL+R, M | extract method
| ALT+SHIFT+C | CTRL+R, S | change method signature
| CTRL+SHIFT+B | F9 | toggle breakpoint
| CTRL+M | SHIFT+ALT+ENTER | toggle full screen mode