且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在Visual Studio中显示代码大纲?

更新时间:2022-06-02 08:47:37

  • 不是免费的,但是如果您安装Visual AssistX,则每个文档都会有一个下拉框,列出文件中的所有方法(按字母顺序或它们发生的顺序)

    • not free, but if you install Visual AssistX, each document gets a dropdown box listing all methods in a file (alphabetically or in the order they occur)

      再次检查类视图",它确实显示函数(但不是按文档显示).还要检查代码定义窗口",与类视图"结合使用时非常好.

      check Class View again, it does show functions (but not per document). Also check out the Code Definition Window, extremely nice when combined with Class View.