Resharper still sometimes throws PageParameter comments to the top of the file. @wgross, you said you knew what triggers this to happen only sometimes. If you tell me what that is, I will add it to their bug tracker.
To reproduce the bug:
- Create or find a file that has
// Parameter
syntax and someusing
directives above it. - Remove the last
using
directive, the one right before the// Parameter
stuff. - Wait for R# to show an assistance pop-up to re-add the missing directive. Tell it to proceed.
- Observe that the re-added directive is below the
// Parameter
stuff now.
1 Like
Thanks and I’ve reported this.
1 Like