Visual Studio - Automatically refresh class view when changing class

后端 未结 13 2303
再見小時候
再見小時候 2020-12-23 17:18

I come from a Java background and have spent many years using Eclipse. One feature that I miss when using Visual Studio (2008) is that the class view does not automatically

13条回答
  •  被撕碎了的回忆
    2020-12-23 17:59

    The problem with View.SynchronizeClassView is that is doesn't work when a class is being viewed from a virtual folder.

提交回复
热议问题