Turn off pretty listing in visual studio

前端 未结 1 2054
执笔经年
执笔经年 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)
提交回复
热议问题