PHPstorm中的交互式shell

zd287kbt  于 2023-11-16  发布在  PHP
关注(0)|答案(3)|浏览(105)

在PHPstorm中可以像PyCharm一样使用Interactive shell吗?

cwtwac6a

cwtwac6a1#

PhpStorm 10,发布于2015年11月2日,has an interactive shell (or PHP "REPL")。要查看它的实际效果,您可以尝试其中一个Early Access Program (EAP) releases
由于人们似乎很难弄清楚如何使用新功能,我附上一个截图:


的数据

pbgvytdp

pbgvytdp2#

不,但有一个feature request你可以跟踪它。

yvfmudvl

yvfmudvl3#

feature request mentioned by @Jon现在是closed as rejected,,但也有a feature request that is a continuation of it, and describes why it should be implemented(它处于“收集反馈”阶段,您可以投票)。目前,作为临时选项,您可以使用xdebug控制台as described by @ax.

相关问题