Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JetBrains/resharper-presentation-assistant
ReSharper extension to show executing commands and keystrokes
https://github.com/JetBrains/resharper-presentation-assistant
jetbrains plugin resharper resharper-plugin
Last synced: 7 days ago
JSON representation
ReSharper extension to show executing commands and keystrokes
- Host: GitHub
- URL: https://github.com/JetBrains/resharper-presentation-assistant
- Owner: JetBrains
- License: apache-2.0
- Created: 2015-01-09T17:45:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-30T21:47:18.000Z (about 1 month ago)
- Last Synced: 2024-11-05T04:12:11.418Z (9 days ago)
- Topics: jetbrains, plugin, resharper, resharper-plugin
- Language: C#
- Size: 6.38 MB
- Stars: 53
- Watchers: 23
- Forks: 14
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![official JetBrains project](http://jb.gg/badges/official-flat-square.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
# Presentation Assistant for ReSharper
Presentation Assistant is an extension for ReSharper that will display the keyboard shortcuts for the currently executing action. Useful for demos, but also handy for pair programming - easily answer those "how did you do that?" questions.
![Presentation Assistant showing a shortcut for Extend Selection](docs/presentation_assistant.png)
## Features
* Displays invoked ReSharper actions, showing any shortcuts. Defaults to Visual Studio keymap, showing the IntelliJ shortcut if it's different. (Visual Studio commands will be added in a future version.)
* Displays shortcuts for Visual Studio commands where possible. This means, displays the command and shortcuts if it's visible in the main menu. Any other commands (toolbar buttons in tool windows, for example) are not currently shown.
* Shows multiple invocations of a shortcut.
* Supports Visual Studio's Light and Dark themes.Any suggestions? Found a bug? Please [add an issue](https://github.com/JetBrains/resharper-presentation-assistant/issues)!
## Download
You can download the plugin via the Extension Manager. Once installed, you can enable and disable it by selecting the "Presentation Assistant" item in the ReSharper → Tools menu.
![Enable Presentation Assistant via the Tools menu](docs/tools_menu.png)