Visual Basic implementation doesn't suggest the code fix when the cursor is at the proper places. Taken from #15 (comment):
It seems that the problem is the node target. It only sees the node as ParameterSyntax when you select the whole parameter:

I would assume to get the refactoring suggestion when my cursor is around the parameter name as below but the node seems to be the ModifierIdentiferSyntax:
