Closed sharwell closed 10 years ago
I guess file renames wiped all file history but there is nothing to do there :disappointed: looks good to me.
Must be a GitHub limitation of anything. Git itself has no trouble tracking files through the rename here, even for operations like rebase.
I cannot seem to get it working when I F5 to test it inside the experimental hive:
Am I doing something wrong?
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
:
Is there anything here that still needs to be fixed prior to the initial "merge"? Since the request contains file moves it helps to include it early so people can work from a new reference point.
@sharwell Can we do something for this (I have no idea if it's safe to watch for ModifierIdentiferSyntax
node instead of ParameterSyntax
)? https://github.com/DotNetAnalyzers/NullParameterCheckRefactoring/pull/15#issuecomment-63632481
It seems pretty annoying but if this is the way it should be, :shipit:
If the behavior is unintuitive we can file a separate issue.
That's fine, I'm getting it in then. I will open up the issues as well.
This pull request adds the Visual Basic support implemented by @AdamSpeight2008. Fixes #6.