JetBrains WebStorm
#
- Go to
File menu -> Settings -> Tools -> Terminal
.
- Change Shell Path:
powershell.exe -NoLogo
Load .env files on run/debug/test configurations
#
- Edit the configuration
- In the
Node options
field enter: -r dotenv/config
- In the
Environment
field enter: DOTENV_CONFIG_PATH=.env
Useful keyboard shortcuts
#
- Maximize current editor:
Ctrl-Shift-F12
or double-click the editor tab.
- Select multiple occurrences of a word or a text range:
Alt-J
select next occurrence
Ctrl-Alt-Shift-J
select all occurrences in the document.