Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for ShowHoverInfo action to 2023.1 and 2023.2 #733

Merged
merged 2 commits into from
Oct 27, 2023

Conversation

citizenmatt
Copy link
Member

The 2023.3 IntelliJ Platform introduces an action called ShowHoverInfo that can be used to show the same tooltip which is displayed when the mouse hovers over a code symbol. This PR adds an extension point that will register an action with the same name for IntelliJ Platform versions that don't support this action. Once the base required version is raised to 2023.3, then this customisation can be removed, and all existing mappings will still work.

The base required version is raised to 2023.1 RTM to allow using the required platform API for the new action. It was on a preview version of 2023.1.

Users can invoke the action from a mapping, such as:

nmap gh <Action>(ShowHoverInfo)

This PR fixes VIM-2106

@AlexPl292 AlexPl292 merged commit 5fd54dc into JetBrains:master Oct 27, 2023
3 of 4 checks passed
@AlexPl292
Copy link
Member

Thank you!

@citizenmatt citizenmatt deleted the feature/show-hover-info branch October 27, 2023 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants