Disabling [NotNull] information in parameter suggestions?
Hi guys,
anybody knows how to disable this? It obstructs the readability for me, especially when you have 3 or more parameters. I looked through ReSharper Options under IntelliSense and Code Inspection but could not find it :/

thx,
Marika
Please sign in to leave a comment.
Resharper => Options => Environment => IntelliSense => Parameter Info
Change the Annotations drop-down from "Display [NotNull] and [CanBeNull] only" to "Do not display".
If you're using the Enhanced Tooltip plugin, that has its own settings page. You'll need to change the "Display attributes for parameters inside method signatures" option.
Thanks! How did I miss this.. :)
Marika