dty98339 2019-06-14 05:40
浏览 97
已采纳

Atom - IDE包 - 查找引用不起作用(PHP)

  1. I have Atom editor installed (Version 1.37.0)
  2. Installed the package atom-ide-ui
  3. Installed the package ide-php

Now I go into my PHP file and make right-click on a class and chose "Find References"

use Laravel\Nova\Fields\Text;

Instead of opening a panel/window and displaying references, Atom shows a warning popup with this message:

Find References: Symbol references are not available for this project.

The only suggestion I found fixing this is by installing the ide-php package, what I already did. Restarted Atom results with same warning message displayed.

Any ideas how to get "Show References" running?

  • 写回答

1条回答 默认 最新

  • douchun3680 2019-06-16 23:21
    关注

    Restarting my notebook did the trick. I probably didn't restart Atom properly to make the new packages work ¯\_(ツ)_/¯

    If you want to make Go to Declaration work you haver to generate symbols first: here how to.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
编辑
预览

报告相同问题?

手机看
程序员都在用的中文IT技术交流社区

程序员都在用的中文IT技术交流社区

专业的中文 IT 技术社区,与千万技术人共成长

专业的中文 IT 技术社区,与千万技术人共成长

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

客服 返回
顶部