Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Ingo Steinke
Total activity
24
Last activity
October 07, 2025 10:44
Member since
July 20, 2022 08:36
Following
0 users
Followed by
0 users
Votes
8
Subscriptions
4
Activity overview
Posts (1)
Comments (11)
Sort by recent activity
Recent activity
Votes
Edited
October 07, 2025 09:59
prettier . --write --jsx-single-quote[warn] Ignored unknown option { "prettier.singleQuote": true }.prettier . --write --jsx-single-quoteThat changes all JSX and TSX files. However, in a .tsx IDE...
Community
WebStorm
How can I change the prettier settings?
0 votes
Edited
October 07, 2025 09:20
What we essentially need is to make the IDE apply different quotation marks matching the language, or at least a file type extension. Ideally only configured by project configuration files, so that...
Community
WebStorm
How can I change the prettier settings?
0 votes
Created
October 07, 2025 08:53
I don't have time to create a minimal reproducible example now, but maybe it helps to look at my public code here, that's the respository where I had the problem when adding an attribute with singl...
Community
WebStorm
How can I change the prettier settings?
0 votes
Edited
October 06, 2025 20:56
I have a similar issue in PhpStorm 2024.2.5. Settings are configured to use prettier and run on Ctrl+Alt+L, package.json and prettierrc.json set to "prettier.singleQuote": true and Settings | Edito...
Community
WebStorm
How can I change the prettier settings?
0 votes
Created
January 31, 2023 16:58
The x86 version works! This issue can be closed. Thanks for your quick help!
Community
PhpStorm
PhpStorm EAP 231 java.lang.UnsupportedClassVersionError
0 votes
Created
January 31, 2023 16:45
I see. Following your link to nextversion, ARM / aarch64 seems to be the default still, but I could change the version by clicking on the .tar.gz suffix dropdown.
Community
PhpStorm
PhpStorm EAP 231 java.lang.UnsupportedClassVersionError
0 votes
Created
November 17, 2022 18:20
I am afraid it does not work all of the time, probably depending on which kind of linter or subsystem caused the warning. For example, when I inspect a deprecation in a Symfony project, causing a w...
Community
PhpStorm
WordPress root directory with Docker
0 votes
Created
November 16, 2022 14:44
Hi Eugene, thanks for your reply! > By the warnings, do you mean SolarLint results or built-in inspections too? From a user (developer) perspective, it is often hard to tell the origin of an inspec...
Community
PhpStorm
WordPress root directory with Docker
0 votes
Created
November 16, 2022 10:31
I found this tutorial to install a local WordPress code sniffer in PhpStorm: https://www.jetbrains.com/help/idea/using-php-code-sniffer.html#installing-configuring-code-sniffer
Community
PhpStorm
WordPress root directory with Docker
0 votes
Created
November 16, 2022 09:30
I managed to make the WordPress core visible to the IDE by defining a local volume in `docker-compose.yml` like this: volumes: - "./wp_data:/var/www/html" and configuring `./wp_data` as WordPress ...
Community
PhpStorm
WordPress root directory with Docker
1 vote
«
First
‹
Previous