Hello, good afternoon !
The current version in the marketplace doesnt' work in latest Eclipse, maaybe the CodeTemplateContext class has been removed, or moved

I will try to build the plugin from source, and try to figure out the problem by myself
Thanks in advance!
Update: Looks like the repository itself has a fix: 42b040c
Update: Confirmed, the version in the marketplace is old

I will let the issue open, for future users facing the same problem, thanks for the great work,, it is a really useful plugin
Steps to get it working without having to wait for a version in the marketplace
$ git clone https://github.com/m-m-m/eclipse-templatevariables
- Click File => Import => Existing Maven Projects => Browse to where you git cloned the project => finish
- Open file META-INF/MANIFEST.MF and then in the Overview tab, just below to "Exporting" click Export Wizar
- Click Install into host. Repository:"
- Click finish
- Now you are done, restart Eclipse
Hello, good afternoon !
The current version in the marketplace doesnt' work in latest Eclipse, maaybe the
CodeTemplateContextclass has been removed, or movedI will try to build the plugin from source, and try to figure out the problem by myself
Thanks in advance!
Update: Looks like the repository itself has a fix: 42b040c
Update: Confirmed, the version in the marketplace is old

I will let the issue open, for future users facing the same problem, thanks for the great work,, it is a really useful plugin
Steps to get it working without having to wait for a version in the marketplace
$ git clone https://github.com/m-m-m/eclipse-templatevariables