LoginSignup
3
2

More than 5 years have passed since last update.

[Sublime Text2]ファイルヘッダのスニペット(C++)

Last updated at Posted at 2016-01-04

ファイルヘッダのスニペット

FileName.sublime-snippet
<snippet>
    <content><![CDATA[
/*!
    \file      $TM_FILENAME
    \author $TM_FULLNAME
*/
]]></content>
    <tabTrigger>filename</tabTrigger>
    <scope>source.cpp</scope>
    <description>file name and author</description>
</snippet>

TM_DATEは使用できないのでどうしたものか、、

3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2