An open API service indexing awesome lists of open source software.

https://github.com/qwefgh90/vs_config


https://github.com/qwefgh90/vs_config

Last synced: 4 months ago
JSON representation

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