Skip to content

Commit

Permalink
Add CAMEL_CLASS template to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamineskola committed Aug 8, 2019
1 parent be77c68 commit bf94c30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,6 @@ The Following placeholders are currently supported by this plugin
- `MACRO_GUARD` : Macro guard for use in c/c++ files. `filename.h -> FILENAME_H`. All dots(.) and dashes (-) present in filename are converted into underscores (_).
- `MACRO_GUARD_FULL` : Same as `MACRO_GUARD`, except relative path is used in place of file name. e.g. `relative/to/filename.h -> RELATIVE_TO_FILENAME_H`
- `CLASS` : class name, same as `FILE`
- `CLASS` : class name converted to camel case (first letters of words capitalized and underscores removed)
- `CURSOR` : This is a spacial placeholder, it does not expand into anything but the cursor is placed at this location after the template expansion

0 comments on commit bf94c30

Please sign in to comment.