Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Christoph
Total activity
12
Last activity
May 07, 2025 15:35
Member since
September 09, 2023 18:04
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (3)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
May 07, 2025 15:35
My team has a eslint config file that I can't touch. Is there a way to set this up just for me? I see that there are items for additional rules or eslint options but I don't see examples on how t...
Community
WebStorm
Highlight missing hook dependencies
0 votes
Created
May 06, 2025 12:46
Ok, here's an exampleconst a = 1; const b = 2; const sum = React.useMemo(() => { return a + b; }, [a]);As you can see, not all of the dependencies are in the dependency array – b is missing. At ...
Community
WebStorm
Highlight missing hook dependencies
0 votes
Created
January 17, 2025 19:39
Ok, so I tried to keep those directories (.local, .config, .cache, and .java) when downloading and extracting the latest webstorm. Whenever I tried to run it (using the `bin/webstorm` binary, it w...
Community
WebStorm
Download and setup within a docker image
0 votes
Created
January 17, 2025 16:40
In each of those directories (e.g., .local, .cache, et. al.), will I need to keep only the Webstorm* directories? Or will I need the Toolbox directories as well?
Community
WebStorm
Download and setup within a docker image
0 votes
Created
January 15, 2025 15:50
Thank you again for your response! I really appreciate it. I think I now know my way forward!
Community
WebStorm
Download and setup within a docker image
0 votes
Created
January 15, 2025 15:12
That helps a great deal! Thank you very much!One final question – I know I can use wget to download a particular version of Webstorm. Is there a link to download whatever the most recent version ...
Community
WebStorm
Download and setup within a docker image
0 votes