Iven

- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created How to add Javascript/Typescript language to plugin?
I've created a plugin based on the kotlin starter here – https://github.com/JetBrains/intellij-sdk-code-samples/tree/main/kotlin_demoI need to work with Javscript/Typescript PSI classes. I've add... -
Created JavaScript/TypeScript Move Symbol Refactoring
AnsweredI'm trying to move Typescript classes from one es6 module to another, and Intellij appears to have some refactoring support around this. In reading the relevant help page, I'm led to believe that...