Writing custom completions in Sublime Text 2

后端 未结 2 1817
天命终不由人
天命终不由人 2021-02-19 20:28

Sublime Text 2 comes with many built-in completions/templates for common idioms. In C++, these include for loops with fields, etc - if I wrote vec and pressed tab,

2条回答
  •  悲哀的现实
    2021-02-19 21:08

    I believe you're looking to customize the snippets.

    Go to Preferences --> Browse Packages --> C++ and make whatever changes you need :)

提交回复
热议问题