Wonsuc
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
-
Created How to determine if the current project is specific framework based?
AnsweredI'm building a plugin for a specific framework on nodejs.How can I determine if this project is based on that framework?For example, this framework's module name is ‘@swf’; if the user installs it,... -
Edited How to get code statements without braces in SSR?
AnsweredI wanted to replace functions with specific patterns with SSR. Below is what is tried to. Search & Replace templates: this.$gridOnChar$ = function(obj, strPreText, nChar, $strPostText$, nLLPara... -
Created Is there a Shortcut for "Find in Path with Current File Scope"?
AnsweredI mostly use Find in Path window feature in IntelliJ IDEA. There's one major annoyance when I want to Search String in Current File (Ctrl + F), the current cursor will move to search result. and th...