rubberduck-vba/Rubberduck

Maintain folder annotation consistency

Opened this issue · 0 comments

Version 2.5.9.x (debug)
OS: Microsoft Windows NT 10.0.19045.0, x64
Host Product: Microsoft Office x86
Host Version: 16.0.17425.20124
Host Executable: EXCEL.EXE

Description
Folder annotation is not consistent amongst added unit tests and RightClick>Annotate>Selected Declaration

To Reproduce
Steps to reproduce the behavior:

  1. Add test module using RD.
  2. Add new standard module
  3. Right click on Option Explicit (you do have that enabled right?) > Rubberduck>Annotate>Selected Declaration> Annotation to add -> @folder - FooBar
  4. Annotation added to module declaration is '@Folder "FooBar" whereas unit tests add add '@Folder("FooBar")

Expected behavior
Have uniform annotation consistency throughout all of RD.