Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

ReSharper extension to show executing commands and keystrokes

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)