Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Isimmons33
Total activity
14
Last activity
January 17, 2022 07:08
Member since
January 20, 2021 10:49
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
3
Activity overview
Posts (2)
Comments (8)
Sort by recent activity
Recent activity
Votes
Created
January 17, 2022 07:08
@joris Try settings>PHP and change the language level. Mine was set on 7.3 out of the box so when I tried to manually convert a closure to arrow it gave me an error stating that I had to have 7.4 o...
Community
PhpStorm
Convert closure to arrow function
2 votes
Created
January 17, 2022 06:43
I found it under settings>editor>inspections>php>code style> closure can be converted to arrow function but it is already enabled in both project and IDE default and still not working.
Community
PhpStorm
Convert closure to arrow function
0 votes
Created
January 17, 2022 06:35
Does this need to be enabled somewhere in the IDE? Eugene Morozov I am reproducing it with your code. I tried with the first code below and when it didn't work I googled and that brought me here. S...
Community
PhpStorm
Convert closure to arrow function
0 votes
Created
February 26, 2021 17:39
Oh, OK. This did make the output show up for cygwin. Thanks
Community
CLion
C assert run/debug aborts but no output. Shows output when exe ran in terminal
0 votes
Created
February 26, 2021 17:03
Thanks for the suggestion. I tried it and didn't see any difference. Apparently adding a bunch of ugly MSCV code and a platform check to my program is the way to achieve portability. https://stack...
Community
CLion
C assert run/debug aborts but no output. Shows output when exe ran in terminal
0 votes
Edited
February 25, 2021 17:19
Thank you for the reply. I did some more testing. On Windows 10 Pro 64 I get similar output to yours for MSVC and MingGW. The additional message at the bottom of MingGW is missing on mine ("This ap...
Community
CLion
C assert run/debug aborts but no output. Shows output when exe ran in terminal
0 votes
Created
January 26, 2021 09:58
Thank you. That works great.
Community
CLion
Set TERM environment variable for run/debug so it applies to every new project by default
0 votes
Created
January 20, 2021 13:06
Adding "export TERM=xterm-256color" to my zshrc file and then restarting Clion resolved the issue though I'm not sure why I did not need to do this to echo $TERM when in the terminal tab in Clion. ...
Community
CLion
Set TERM environment variable for run/debug so it applies to every new project by default
0 votes