❓ Why?
We use this tool as an IDE to write the code for our product :)
🖊️ Account creation and installation
Download the Toolbox app from IntelliJ from here. Make sure to download the apple silicon version. After opening the Toolbox download and install WebStorm from there.
⭐ Tips
Suggested extensions
- Material Theme UI
- Linear tasks
- .env file support
- .Ignore
- CSV
WebStorm tasks
Is a very useful feature to manage task context, a task context is a way to switch between different tasks you are working on and prevent context switching. After connecting Linear tasks to WebStorm.
Steps to connect WebStrom Tasks to Linear:
- Install Linear plugin: WebStrom → Preferences ⇒ Plugins ⇒ Linear Tasks (by mayankmkh)
- Get linear API key: Go to linear site ⇒ Workspace setting (or press G + S) ⇒ On personal API keys add label “WebStorm” and press
Create key
and copy the key that was generated. - Add the key to WebStorm: WebStrom → Preferences ⇒ Tools ⇒ Tasks ⇒ Servers ⇒ Add a new server with Team ID “RLD” and paste the key from step 2.
- Go to
Tasks
and make sure that theFeature branch name format
is${id} ${summary}
🔖 Learn more
Provide some useful links to learn more. This can be docs, youtube videos or any materials.