resharper intellisense problem with extension methods

一曲冷凌霜 提交于 2019-12-05 03:21:47

This was affecting me as well. Looks like it's a known bug:

http://youtrack.jetbrains.net/issue/RSRP-274746

Turning off Resharper -> Options -> IntelliSense -> Completion Behaviour -> "Automatically insert parentheses after completion" helps.

You can invoke it as an extension method by using type completion (CTRL + ALT + SPACE) and this will bypass the bug correctly.

This bug only happens for certain extension methods, don't know why though.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!