Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Henrik Hall
Follow
New posts
New posts and comments
Total activity
20
Last activity
October 25, 2022 09:49
Member since
August 21, 2019 09:13
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
7
Activity overview
Posts (7)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
May 18, 2022 15:49
If a module exports two functions foo and bar, I don't want to export a default object containing foo and bar, I want to export foo and bar individually. I may be wrong, but some configurations wou...
Community
WebStorm
Migrating JS to TS
0 votes
Created
May 18, 2022 15:26
Convert to export produces export default { bar, baz} Which 1) is wrong, this should not be a default export and 2) I want each exported function to have the export keyword locally, not collected...
Community
WebStorm
Migrating JS to TS
0 votes
Created
February 07, 2022 13:03
I'm very confused now. I've used this for _years_ on my previous computer. To my knowledge I had no custom add-in or something. When replacing one quote, the other one followed automatically. I am ...
Community
WebStorm
Automatically replacing quotes with backticks
0 votes
Created
August 21, 2019 12:22
Indeed, this helped. Thanks Elena!
Community
WebStorm
Can WebStorm be configured to warn when forgetting an await statement in a call to an async function?
0 votes
Created
August 21, 2019 11:59
Hi, I noticed I am using 2019.1. I will update ASAP and have a look!
Community
WebStorm
Can WebStorm be configured to warn when forgetting an await statement in a call to an async function?
0 votes