File Templates to support full filename var, e.g. ${FILE_NAME}
Is there any support for making the full file name accessible in the Objective-C Header File Template?
We'd like it to show
//
// ${FILE_NAME}
// ${PROJECT_NAME}
//
// Created by $(FULL_USER_NAME) on ${DATE}.
// Copyright (c) 2013 $(ORGANIZATION). All rights reserved.
//
It's somewhat hard to believe that something as basic as the file name of the to be created file is not available, yet. How can we then differentiate between .m and .h in the intro comments?
请先登录再写评论。
I've created a new issue for this - http://youtrack.jetbrains.com/issue/OC-7117