sheitmann / AgentSmith

Agent Smith is C# code style validation plugin for ReSharper (Visual Studio plugin).
GNU General Public License v2.0
16 stars 7 forks source link

Meta-tag suggestions aren't present if preceding meta-tag exists. #20

Closed Neonalig closed 1 year ago

Neonalig commented 2 years ago

Perhaps as a form of optimisation, Agent Smith appears to not suggest meta-tags after a meta-tag is first found in the documentation. This however forces users to add meta-tags manually back-to-front otherwise suggestions disappear.

  1. Two suggestions are present. image 2.a If the first suggestion is used, the second disappears. image 2.b If the second suggestion is used, the first suggestion still stays. image

This forces users to always implement suggestions in reverse order.

sheitmann commented 1 year ago

@Neonalig The bug should be fixed in version 2022.3.0-pre01.