You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
It seems inspection lens causes some issues when there are inspections inside rendered documentation comments, e.g.:
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,
};
The text was updated successfully, but these errors were encountered:
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)
Hello,
It seems inspection lens causes some issues when there are inspections inside rendered documentation comments, e.g.:
The original source code was this (C++ in Rider, but shouldn't matter):
The text was updated successfully, but these errors were encountered: