INFO: for people who use ReSharper with Enhanced Tooltips, but also want Codist

Open
#262 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
15/100
Issue type
Documentation
Clarity
Needs clarification
Activity status
Stale
Tech stack
csharp
Domain
documentation

Research direction

This issue is an informational compatibility note rather than a defined code change; start by reviewing Codist Super Quick Info behavior alongside ReSharper Enhanced Tooltips. It does not name a file, test, or entry point, and the payload specifies no documentation location or completion criteria.

Written by the indexing model from the issue text.

Description

wontfix

After multiple trial and error attempts I have found out that Codist's Super Quick Info CAN BE USED with ReSharper's Enhanced ToolTips if Replace Visual Studio Tooltips is unchecked in ReSharper Options:

image

The compromise is that using both will cause some extra boxes to be displayed and moving the cursor slowly beyond the first box will cause the tooltip to close (due to the gaps between the multiple boxes, something that's also mentioned in https://github.com/MrJul/ReSharper.EnhancedTooltip/issues/179).

Here's an example tooltip (with all the options enabled) of both extensions working together for Canvas:

image

If users can live with the aforementioned compromise, the pro's of using both extensions is that you can pick and choose what you like from both and have it displayed in a hybrid tooltip, the ReSharper specific code inspection messages are visible and decorated, and for those who edit XAML, the improved tooltips Enhanced Toooltips offer are still available.

Hope this helps anyone that's in a similar situation as me, where you might struggle to make a decision in favor of one of the extensions, but in fact can keep both is willing to overlook a couple minor annoyances.

Another thing worth mentioning is that when both extension are used, the larger icon generated by Codist can't be interacted with, but all the other elements work as intended.

Example interaction with the symbol name
image

WORKAROUNDS to accessing Codist Super Quick Info when ReSharper Enhanced Tooltips are also enabled:

  1. manually display the Quick Info box using
    image
    This allows accessing all boxes of the tooltip without it closing automatically;

  2. alternatively, open a ReSharper menu (like Refactor this or Navigate to) in the text editor and then hover over a symbol of interest which causes the pure display of Codist Super Quick Info as if ReSharper wasn't even installed;
    image

Dominant language
C#
Stars
394
Forks
36
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from wmjordan/Codist

All issues in wmjordan/Codist

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.