Arash Danesh Araste
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Created Run commands using docker container
AnsweredI'm currently working on a plugin for PhpStorm. It adds a section to the project generation wizard using directoryProjectGenerator extension point. from there I want to execute some commands inside... -
Edited How to hide JBTextField placeholder when user starts typing
AnsweredI'm new to plugin development for IntelliJ. I'm using JBTextField as a text input so I can set the placeholder text using JBTextField.getEmptyText().setText(...) method. But according to the Intell...