Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Vigneshj6
Total activity
21
Last activity
December 08, 2020 10:36
Member since
April 24, 2020 18:05
Following
0 users
Followed by
0 users
Votes
8
Subscriptions
4
Activity overview
Posts (3)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
November 03, 2020 07:30
Lordfoom Used below function it worked for me. hope it helps you. :) VelocityEngine velocityEngine = new VelocityEngine(); velocityEngine.setProperty(RuntimeConstants.RESOURCE_LOADE...
Community
IntelliJ IDEA Open API and Plugin Development
Usage of velocity for plugin development
1 vote
Created
May 04, 2020 14:34
@Jakub Chrzanowski I'm trying to load a template that is in the plugin resources. Placed the velocity template in the resources. While executing the plugin the velocity engine not able to load the ...
Community
IntelliJ IDEA Open API and Plugin Development
Usage of velocity for plugin development
1 vote
Created
December 05, 2020 08:58
Yann Cebron tried to port the code to intellij version 2020.2.4. AllClassesSearch class not available.
Community
IntelliJ IDEA Open API and Plugin Development
Getting Classes in a project from plugin
0 votes
Created
November 05, 2020 14:27
Thanks for the support Yann Cebron. It worked.
Community
IntelliJ IDEA Open API and Plugin Development
Getting Classes in a project from plugin
0 votes
Created
November 04, 2020 17:55
All classes of the project and also the project dependencies.
Community
IntelliJ IDEA Open API and Plugin Development
Getting Classes in a project from plugin
0 votes
Created
May 06, 2020 00:26
@chenlibing if the jar not included then empty file is generated in the given location but not the actual evaluated template output. ( Note ) Working when testing it with intellij plugin developmen...
Community
IntelliJ IDEA Open API and Plugin Development
Bundling Velocity in a plugin does not work
0 votes