|
|
What steps will reproduce the problem?
1. Create a rule that forces Pascal case for any contant.
2. Implement a constant field: const int FOO;
3. Implement another constant field: const int Foo;
What is the expected output? What do you see instead?
Expected:
#2: Agent Smith should show a quick fix to rename FOO to Foo
#3: Agent Smith should show no quick fix
Shown:
#2: No quick fix/squiggly line <- Here's problem
#3: No quick fix/squiggly line
What version of the product are you using? On what operating system?
VS 2008/Re# 4.0 Build 767/Vista
Please provide any additional information below.
There's a screenshot attached resembling the missing squiggly line. Also,
there's my ReShaper code style to import and a test project for almost all
Agent Smith rules.
Besides that: Great work, I really appreciate the time you put into this
plugin!
|