Artem
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 2
-
-
Artem created a post, Webstorm code templates: insert class name and name/email in js files
Hi, I'm trying to set a template for js files like below: /** Created by ${MyName} <${MyEmail}> on ${DATE}*/import BaseObject from "@shared/BaseObject.js"; export default class ${CLASS_NAME} ex... -
-
-
Artem commented, -
-
Artem created a post, Webstorm: javascript code-complete for dynamically generated class methods
How to annotate a dynamically generated class method in Webstorm so it shows up in the autocomplete? So far I was able to accomplish similar thing for properties: /** * @property prop1 * @propert...