Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Arturklesun
Total activity
100
Last activity
February 04, 2026 11:35
Member since
October 23, 2016 20:02
Following
0 users
Followed by
0 users
Votes
84
Subscriptions
5
Activity overview
Posts (1)
Comments (10)
Sort by recent activity
Recent activity
Votes
Created
May 16, 2018 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...
Community
PhpStorm
can't change php language level macOS , php71 in /opt/local/bin not /usr/bin
17 votes
Created
August 26, 2019 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...
Community
IntelliJ IDEA Users
Applying Suggested to the whole File
1 vote
Edited
February 04, 2026 11:34
For React projects you may also want to disable Prettier: it also reformats the surrounding code on paste.
Community
PhpStorm
Paste without auto-formatting
0 votes
Edited
March 03, 2023 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...
Community
IntelliJ IDEA Users
How to change space indentation to tab indentation on the entire project?
0 votes
Created
March 01, 2023 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:...
Community
IntelliJ IDEA Users
How to change space indentation to tab indentation on the entire project?
0 votes
Created
March 01, 2023 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...
Community
IntelliJ IDEA Users
How to change space indentation to tab indentation on the entire project?
0 votes
Edited
March 01, 2023 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 ...
Community
IntelliJ IDEA Users
How to change space indentation to tab indentation on the entire project?
0 votes
Edited
March 01, 2023 10:55
Thanks for the tip, but won't that also make irrelevant changes to my project besides converting tabs?
Community
IntelliJ IDEA Users
How to change space indentation to tab indentation on the entire project?
0 votes
Edited
December 24, 2020 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 ...
Community
IntelliJ IDEA Users
Unable to Run Certain Unit Tests
0 votes
Edited
December 20, 2017 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...
Community
IntelliJ IDEA Users
'@NotNull' not applicable to type use
0 votes