Quick fix not working as expected
Brought to you by:
fabioz
If there is an unused parameter or undefined variable, using the quick fix (Ctrl + 1) correctly displays a context menu that has the @UnusedVariable or @UndefinedVariable annotation, but the annotation does not show up at all after clicking. To make the annotation show up, the # symbol has to be manually entered before using the quick fix.