Turn off pretty listing in visual studio

前端 未结 1 2053
执笔经年
执笔经年 2021-01-22 11:31

I have a macro/addin where I need to disable the Vb.Net pretty listing temporary.

\"VB

相关标签:
1条回答
  • 2021-01-22 11:38

    Found a listing of options here

    In my case it is

    Dim prettyListingProperty = DTE.Properties("TextEditor", "Basic-Specific").Item("PrettyListing")
    
    0 讨论(0)
提交回复
热议问题