shinriyo

I like to develop by Dart and Flutter. I am fish-shell user. My dream is to develop a plugin of Intelli J!
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 9
- Subscriptions 5
-
shinriyo created a post, AnsweredHow to remove something from New menu?
hello I want to remove something from the New menu? because there is a lot of menus, though I want to quickly choose only "Dart file." Is it possible? -
shinriyo created a post, How to put the text and buttons on the tool bar?
Hello I want to just put some buttons and text on the toolbar. Is it possible? -
-
-
-
-
-
-
shinriyo created a post, AnsweredDevelop plugin watching file and appear wavy line
Hello I want to develop Intelli J's plugin. Just always watch source file, and just check by regex and appear wavy lines. I want to watch (monitoring) file's source code by regex. What type should ... -
shinriyo created a post, AnsweredHow to make plugin hooking save?
I just want to make the plugin. When I save the file (.dart), it checks code by regex and put the wavy line. I research how to hook when I save https://www.freecodecamp.org/news/how-to-create-an-in...