Is it possible to programmatically import code templates in eclipse?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Of course you can write your own plugin to provide code templates. At the moment i have no idea which extension point you have to use, but as a start you can look at the preferences page for the code templates how they do it in the code (press Alt + Shift + F1 in the preferences page to see the class of the page).