Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to build a project specific template to include in newly created PHP files same as Eclipse does as the following,


/**
 * @file test.theme.inc
 * DESCRIPTION LINE 1
 * DESCRIPTION LINE 2
 * DESCRIPTION LINE 3
 * @name test.theme.inc
 * @created Dec 21, 2012
 * @author Aneek
 * @version $Id:$
 * @copyright  
 * Proprietary and Confidential
 * Copyright (C) 2012 Company name. All Rights Reserved.
 */

How can I make such a template to use?

share|improve this question
2  
How is this related to TeX & friends? – lockstep Jan 15 at 10:58
I thought that I can add Editor related questions over in TeX. Anyway, my mistake... – Aneek Mukhopadhyay Jan 15 at 13:11
SublimeFileTemplates comes to the help: github.com/mneuhaus/SublimeFileTemplates – Joulukuusi Apr 9 at 17:01

migrated from tex.stackexchange.com Jan 15 at 12:53

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.