NobleUplift
NobleUplift

Reputation: 6024

Is it possible to define multiple PHP file templates in Eclipse?

When creating a new file in Eclipse, I select "New PHP File", the source for which is located in Eclipse / Preferences / PHP / Code Style / Code Templates / Simple php file. I want to create multiple "New PHP File" entries for each of the API methods in our system, for instance "New GET File", "New POST File", etc. Is this possible? I've tried exporting, editing, and importing xml files, but so far no luck.

Upvotes: 1

Views: 312

Answers (1)

zulus
zulus

Reputation: 2505

No, it's not possible see also official eclipse bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=318164

Upvotes: 2

Related Questions