在 PhpStorm 中,我的 php 代码因未定义类而出现错误:
在哪里可以更改背景颜色以便更清楚地看到错误?现在我几乎无法区分错误的背景颜色……
我在设置选项中搜索,但没有找到。
我使用最新的 PhpStorm 2024.2 版本。
PhpStorm 2023.3.3
查看本地 PHP 文件时,我们可以比较与远程(服务器 SSH 访问)文件的差异,这种差异分屏视图突出显示本地文件和远程文件(在实时或测试服务器或其他服务器上)之间的差异。
然而,对于所有这些,我们只能实现从远程服务器到本地文件的部分,我们永远无法实现将本地文件的特定部分带到远程文件。
我们只能上传整个文件。上传整个文件总是可以正常工作。
请参阅屏幕截图,其中突出显示了一个示例,我们希望在该示例中添加 if 语句包装器(镜头外)和else {...}
if 语句中的 语句(镜头内)。
我们希望看到一个双箭头,指示我们可以上传此代码块,就像下载更改一样(在本例中删除本地代码块)。
我们怎样才能完成这个上传呢?
我在我的搜索结果 ( ) 中遇到过CMD Shift f几次,我在我知道的字符串中搜索我的项目 - 然后 PhpStorm 没有显示给我。
就像这里的这个:
这感觉有点令人毛骨悚然,我不能“相信”我的搜索能找到这个。
如果我只在screens
-directory 中搜索,那么它可以找到它:
...但超级奇怪的是,如果我通过简单地删除 来扩大搜索范围screens
,那么我就不会出现:
我彻底浏览了整个列表 - 但FinanceSingleTermScreen
不存在。
Maybe it's because there are simply so many files for it to search in. But it's quite annoying if I have to setup scopes for all projects, to start trusting my search again.
If I mark my app
-folder at click CMD Option y (File >> Reload all from disk), to make sure it's not some memory thing.
But it doesn't do a difference.
Didn't do anything.
I tried searching for >Prev
instead of Prev
, and then it shows up!!
And here it is, if I remove the >
:
... and I have went thoroughly through the search results of that last image. It's not there.
Obviously there are many options there.
I tried a bunch, but it didn't lead to anything.