主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Isimmons33
活动总数
14
最后的活动
2022年01月17日 07:08
成员加入日期
2021年01月20日 10:49
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
3
活动概览
帖子(2)
评论(8)
按最近的活动排序
最近的活动
投票数
创建于
2022年01月17日 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...
社区
PhpStorm
Convert closure to arrow function
2 票
创建于
2022年01月17日 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.
社区
PhpStorm
Convert closure to arrow function
0 票
创建于
2022年01月17日 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...
社区
PhpStorm
Convert closure to arrow function
0 票
创建于
2021年02月26日 17:39
Oh, OK. This did make the output show up for cygwin. Thanks
社区
CLion
C assert run/debug aborts but no output. Shows output when exe ran in terminal
0 票
创建于
2021年02月26日 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...
社区
CLion
C assert run/debug aborts but no output. Shows output when exe ran in terminal
0 票
已编辑于
2021年02月25日 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...
社区
CLion
C assert run/debug aborts but no output. Shows output when exe ran in terminal
0 票
创建于
2021年01月26日 09:58
Thank you. That works great.
社区
CLion
Set TERM environment variable for run/debug so it applies to every new project by default
0 票
创建于
2021年01月20日 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. ...
社区
CLion
Set TERM environment variable for run/debug so it applies to every new project by default
0 票