Visual Studio's “auto-resolve” feature doesn't work for extension methods - what now?

前端 未结 1 426
野趣味
野趣味 2021-02-08 16:47

I love the \"Resolve\" feature in visual studio.

Typical scenario:

  1. Type in Debug
  2. Type .
  3. Notice
1条回答
  •  北海茫月
    2021-02-08 17:31

    I really HATE having to "just know" what namespace to use to support any given class. I mean, there are THOUSANDS OF THEM. Who knows what namespace you need? There's no naming convention that can be used as a clue.

    It's a shame because I also use Netbeans IDE for Java, and "resolve imports" works flawlessly for everything.

    0 讨论(0)
提交回复
热议问题