Takeshi Tokugawa
Since Japanese naturalization, Takeshi Tokugawa is my official name. TypeScript/Vue/NestJS-focused full-stack engineer. Currently the sole proprietorship.
- Total activity 45
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 10
-
-
Takeshi Tokugawa created a post, AnsweredHow I can get the Stylus files icon for the files templates shared via plugin?
I need the "styl" files icon instead of "?" one for my plugin with files templates: Although I have found the appropriate icon in the icons list, I don't know how to set it. I suppose, there is n... -
Takeshi Tokugawa created a post, How to create the subgroup of the files templates shared via plugin?
For example, in the File and code templates -> other, the JPA group has two-level organizing: I need similar 2-level organizing for my plugin, but have not found the example how to provide it. Cur... -
Takeshi Tokugawa created a post, AnsweredOn what parameter `XXX` refers in `groupDescriptor.addTemplate(FileTemplateDescriptor(XXX))` of IntelliJ IDEA SDK?
I want to provide some files templates in my IntelliJ IDEA plugin, however I can't understand how to specify the path to the template file. I have analyzed this example. There is <fileTemplateGrou... -
-
Takeshi Tokugawa commented, -
-
-
-
Takeshi Tokugawa created a post, AnsweredHow to fix all files excluded from the project because of "Failed to calculate the value of task ':compileJava'" error?
Following the recommendations of All files are excluded in IntelliJ IDEA plugin template ticket, I have downloaded and specified the Amazon Corretto SDK for the my IntelliJ IDEA plugin: Unfortunate...