主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Ingo Steinke
活动总数
24
最后的活动
2025年10月07日 10:44
成员加入日期
2022年07月20日 08:36
关注
0 名用户
关注者数
0 名用户
投票数
8
订阅数
4
活动概览
帖子(1)
评论(11)
按最近的活动排序
最近的活动
投票数
已编辑于
2025年10月07日 10:44
That's the solution! Setting "jsxSingleQuote": true in .prettierrc.json fixes the Ctrl+Alt+L behavior,and restarting the IDE.Example .prettierrc.json:{ "plugins": ["prettier-plugin-astro", "prett...
社区
WebStorm
How can I change the prettier settings?
0 票
已编辑于
2025年10月07日 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...
社区
WebStorm
How can I change the prettier settings?
0 票
已编辑于
2025年10月07日 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...
社区
WebStorm
How can I change the prettier settings?
0 票
创建于
2025年10月07日 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...
社区
WebStorm
How can I change the prettier settings?
0 票
已编辑于
2025年10月06日 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...
社区
WebStorm
How can I change the prettier settings?
0 票
创建于
2023年01月31日 16:58
The x86 version works! This issue can be closed. Thanks for your quick help!
社区
PhpStorm
PhpStorm EAP 231 java.lang.UnsupportedClassVersionError
0 票
创建于
2023年01月31日 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.
社区
PhpStorm
PhpStorm EAP 231 java.lang.UnsupportedClassVersionError
0 票
创建于
2022年11月17日 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...
社区
PhpStorm
WordPress root directory with Docker
0 票
创建于
2022年11月16日 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...
社区
PhpStorm
WordPress root directory with Docker
0 票
创建于
2022年11月16日 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
社区
PhpStorm
WordPress root directory with Docker
0 票
下一页
›
最后
»