Improve Code Readability

How to enable method separators to make it easier to read your code in WebStorm.

You can select the Show method separators box in Preferences/Settings | Editor | General | Appearance to add separators between functions and class methods, which will make your code easier to read.


Related Resources

Add New Dependencies
WebStorm can help you add a new dependency.
Add console.log Faster
Use Postfix Completion to quickly add console.log.
Convert to async Function
Quickly convert a function that returns a Promise to an async function.