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

Issues with rendered documentation comments #26

Closed
igor-akhmetov opened this issue Sep 23, 2024 · 2 comments
Closed

Issues with rendered documentation comments #26

igor-akhmetov opened this issue Sep 23, 2024 · 2 comments
Assignees

Comments

@igor-akhmetov
Copy link

Hello,
It seems inspection lens causes some issues when there are inspections inside rendered documentation comments, e.g.:
image
The original source code was this (C++ in Rider, but shouldn't matter):

enum Test
{
	/// The value is optional, and may specify a name override for the method.
	A,

	/// UPARAM
	B,
};
@dkjb634
Copy link

dkjb634 commented Sep 23, 2024

chylex, Feel free to join JetBrains plugin-writers community should you need any assistance. It is a Slack channel. If you are interested, please let me know the email where we can send an invitation. (or you can contact support first (Help | Contact Support) and explicitly ask for adding you to the plugin developers channel)

@chylex
Copy link
Owner

chylex commented Sep 23, 2024

Looks like a conflict between the documentation renderer, and the plugin's range highlighter that adds the line background. Interesting.

@chylex chylex self-assigned this Sep 23, 2024
@chylex chylex closed this as completed in 8ee14ff Dec 24, 2024
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

No branches or pull requests

3 participants