Macros in SQL Server Management Studio

前端 未结 6 660
别那么骄傲
别那么骄傲 2021-02-07 04:47

Is there any way to implement text editing macros in SSMS? I would, e.g. like to convert the the code as shown below, but with a key-press, not a long-winded regex search and r

6条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-07 05:48

    For SSMS 2016 you can use my Visual Commander extension. It supports macros recording/playback and custom C#/VB commands for editor text manipulations.

提交回复
热议问题