主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Arturklesun
活动总数
100
最后的活动
2026年02月04日 11:35
成员加入日期
2016年10月23日 20:02
关注
0 名用户
关注者数
0 名用户
投票数
84
订阅数
5
活动概览
帖子(1)
评论(10)
按最近的活动排序
最近的活动
投票数
创建于
2018年05月16日 14:01
I did not have php version specified in composer.json, but setting was stuck at 5.6 nevertheless. Unchecking _Language & Frameworks -> PHP -> Composer -> Synchronize IDE Settings with composer.json...
社区
PhpStorm
can't change php language level macOS , php71 in /opt/local/bin not /usr/bin
17 票
创建于
2019年08月26日 18:09
Is it possible to do same, but with an _intention_ rather than _inspection_? For instance, there is this "Replace with property access" intention in WebStorm, and I have to _Alt+Enter_ each line se...
社区
IntelliJ IDEA Users
Applying Suggested to the whole File
1 票
已编辑于
2026年02月04日 11:34
For React projects you may also want to disable Prettier: it also reformats the surrounding code on paste.
社区
PhpStorm
Paste without auto-formatting
0 票
已编辑于
2023年03月03日 11:38
I believe what OP and me would actually want is the ability to just run the _Edit -> Convert Indents_ on the entire project, without changing any other, maybe opiniated, but still intended code sty...
社区
IntelliJ IDEA Users
How to change space indentation to tab indentation on the entire project?
0 票
创建于
2023年03月01日 13:37
Most of these changes are actually pretty nice, as they fix style inconsistencies in our project, but some of them erase custom formatting in places where we would rather keep it. A random example:...
社区
IntelliJ IDEA Users
How to change space indentation to tab indentation on the entire project?
0 票
创建于
2023年03月01日 13:34
Wow, thanks for the reply in this ancient thread =D For the sake of experiment, I just ran the "Reformat Code" on my project directory https://www.jetbrains.com/help/idea/reformat-and-rearrange-cod...
社区
IntelliJ IDEA Users
How to change space indentation to tab indentation on the entire project?
0 票
已编辑于
2023年03月01日 11:07
Guess the best option would be the good old text replace, even though it will also replace spaces in string literals... With a bit of regex can probably filter out false positives: Replace ``` \n ...
社区
IntelliJ IDEA Users
How to change space indentation to tab indentation on the entire project?
0 票
已编辑于
2023年03月01日 10:55
Thanks for the tip, but won't that also make irrelevant changes to my project besides converting tabs?
社区
IntelliJ IDEA Users
How to change space indentation to tab indentation on the entire project?
0 票
已编辑于
2020年12月24日 15:02
Relevant discussion:https://stackoverflow.com/a/50687472/2750743 Adding <property name="dynamic.classpath" value="true" /> inside <component name="PropertiesComponent"> in workspace.xml worked ...
社区
IntelliJ IDEA Users
Unable to Run Certain Unit Tests
0 票
已编辑于
2017年12月20日 22:42
For anyone reading this today, here is a solution to Tom's problem: 1. Define a NonNull.java annotation: package org.your.project.package;import java.lang.annotation.*;/** * you have to define your...
社区
IntelliJ IDEA Users
'@NotNull' not applicable to type use
0 票