Atom - IDE 包 - 查找引用不起作用 (PHP)
Atom - IDE package - Find References not working (PHP)
- 我安装了 Atom 编辑器(版本 1.37.0)
- 安装包 atom-ide-ui
- 安装包 ide-php
现在我进入 PHP 文件并右键单击 class 并选择 "Find References"
use Laravel\Nova\Fields\Text;
Atom 没有打开 panel/window 并显示引用,而是显示了一个带有以下消息的警告弹出窗口:
Find References: Symbol references are not available for this project.
我发现解决这个问题的唯一建议是安装 ide-php 包,我已经这样做了。重新启动 Atom 结果并显示相同的警告消息。
任何 ide如何获得 "Show References" 运行?
重启我的笔记本就成功了。我可能没有正确重启 Atom 以使新包工作 ¯\_(ツ)_/¯
如果你想让 Go to Declaration
工作,你必须先生成符号:.
- 我安装了 Atom 编辑器(版本 1.37.0)
- 安装包 atom-ide-ui
- 安装包 ide-php
现在我进入 PHP 文件并右键单击 class 并选择 "Find References"
use Laravel\Nova\Fields\Text;
Atom 没有打开 panel/window 并显示引用,而是显示了一个带有以下消息的警告弹出窗口:
Find References: Symbol references are not available for this project.
我发现解决这个问题的唯一建议是安装 ide-php 包,我已经这样做了。重新启动 Atom 结果并显示相同的警告消息。
任何 ide如何获得 "Show References" 运行?
重启我的笔记本就成功了。我可能没有正确重启 Atom 以使新包工作 ¯\_(ツ)_/¯
如果你想让 Go to Declaration
工作,你必须先生成符号: