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
-
Created How to fix all files excluded from the project because of "Failed to calculate the value of task ':compileJava'" error?
AnsweredFollowing 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... -
Edited How I can get the Stylus files icon for the files templates shared via plugin?
AnsweredI 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... -
Edited 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... -
Created On what parameter `XXX` refers in `groupDescriptor.addTemplate(FileTemplateDescriptor(XXX))` of IntelliJ IDEA SDK?
AnsweredI 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... -
Edited How I can be sure that all required GitHub actions complete if some of them has been failed?
AnsweredAfter I extended my plugin from the official template (I don't know how to check the template version but it was 21th Apr 2023), the GitHub actions has been run. Some of them failed, but I have rer... -
Edited How to debug "java.lang.NullPointerException: getService(T::class.java)" in official Kotlin template of IntelliJ IDEA plugin?
AnsweredMy plugin is based on official Jet Brains Kotlin template. Currently I am sharing only Live Templates via this plugn, so I have not touch anything below IDEsPlugins/IntelliJ_IDEA/src/main/kotlin (w... -
Created "NoClassDefFoundError" on updating of Kotlin JVM from 1.5.30 to 1.7.10 in Kotlin template
AnsweredI got java.lang.NoClassDefFoundError: com/intellij/openapi/util/SystemInfoRt at com.intellij.openapi.application.PathManager.getBinDirectories(PathManager.java:175) at com.intellij.openapi.a... -
Created How to share the File Templates via IntelliJ IDEA plugin
AnsweredUnfortunately, I did not find some manuals how to share the file templates via IntelliJ IDEA plugin.I know there are other people which has troubles with it too (for example, here: https://stackove...