Alan He
- Total activity 61
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 21
-
Edited how to share copyright in multi project
AnsweredI noticed that when I configure the copyright under project A, but under project B, these configurations are not visible -
Edited Add single line at start of multiple files
I need to add license comments for multiple Files. I know that regex should work, but what if it only matches the header of file. As shown in the figure below, this method is ok, but I need to ... -
Created how to git push avoid of push dialog
Answeredwhen I run push action, a dialog appears. I have to click push again. Any method to push directly? -
Edited disable annoying drag feat
AnsweredFor tab dragging, it is easy to touch by mistake in many cases. For editor, I think it's useful, but for bottom tab, it's very annoying! How to disable it? -
Created reformat code for TypeScript according to code style
AnsweredI have enabled the setting, but when I format code, space not correct I think this setting only takes effect on function, not on yield? If so, is there a similar rule-setting for yield? -
Edited What's the smart commands execution
AnsweredI can't understand the feat.how to do ? it's for what? -
Created how to enhance git log filter
AnsweredI want to add new filter option dynamicaly , like as Last 48 hours. Is this idea feasible and is there a corresponding API? -
Edited IPopupChooserBuilder event
AnsweredI have a requirement that when the user is on the popup, when the user presses a key, the selected row is obtained at this time, and the event is executed. I try to use registerKeyboardAction, b... -
Edited embedded browser combine popup fail
AnsweredI am implementing a function that is to select a row of values in the popup to display the content of the built-in browser, but the current popup is indeed empty, and it is not clear why the web ... -
Created AnActionEvent can get cursor in json file
AnsweredIs there any way to tell if my cursor is focused on the key in dependencies, but not elsewhere. I am making a menu enable control. I want the user to focus on the correct position before operatin...