vkravets / FileTemplatesVariable

File Template Variables per Project IDEA plugin
BSD 3-Clause "New" or "Revised" License
12 stars 6 forks source link

File variables are not inserted when inserting a php header into an existing file #9

Closed denisvmedia closed 9 years ago

denisvmedia commented 9 years ago

Assume that we have a class

class Test {
// some code //
}

and now we want to add a PHPDoc description for the class. Normally, I just type /\ and press enter. PHPStorm then automatically inserts the default class header. The thing is that your plugin doesn't parse the variables in this header.

P.S. Otherwise this is a good plugin and it definitely got to be developed further.

vkravets commented 9 years ago

Duplicate #3

It cannot be done in current implementation of IDEA Platform API. For details look at #3