https://github.com/qwefgh90/vs_config
https://github.com/qwefgh90/vs_config
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/qwefgh90/vs_config
- Owner: qwefgh90
- Created: 2017-03-13T02:58:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-17T00:30:31.000Z (over 8 years ago)
- Last Synced: 2025-01-05T12:29:04.096Z (5 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vs_config
- **find start, end brackets.** ctrl + }
- **select word in current cursor.** ctrl + w
- **select a line from current cursor.** shift + home / end
- **move cursor up and extend.** shift + alt + up / down
- **trace a focused variable.** shift + ctrl + up / down
- **rename current variable.** F2
- **extract a method.** ctrl + R + M (refactoring - extract method)
- **external tools.** [tools] - [external tools]
- **implements all of a interface.** - right click on a interface - [implements a interface]
- **run and trace from entry point.** - F11
- **remove current line.** - ctrl + L