Urs*_*ili 5 intellisense webstorm ember.js ember-cli visual-studio-code
我有点沮丧,在任何常见的 IDE(如 VS Code、Webstorm、Atom)中似乎都没有任何像样的“Ember 智能感知”。通过“智能感知”,我的意思是,只要我的 Ember 项目是一个标准的 Ember CLI 项目,其中包含所有常见的服务、帮助程序文件夹等,并且我注入了一个服务myService: service(),例如使用,这将被智能感知识别,并且在输入后this.myService,我会看到服务中的所有功能。此外,如果我 Ctrl+单击 中的函数this.myService.myFunction(),我希望导航到 myFunction 的定义。
对于其他框架,例如 Angular,有支持所有这些的插件。
Is it really the case that I have to use "Find in Files" to find the definition of a service function?
Does anyone know of a way or tool which I might have missed, and which would support this scenario? Note that I don't speak of bare-bones features such as switching between router/controller/template, but of real intellisense for custom objects.
情况确实还不太妙。有几件事确实有很大帮助:
(这里当然还有很多工作要做,不幸的是,似乎没有一个 IDE 开发人员对自己提供本机支持感兴趣,因此社区负责构建这一切。)
| 归档时间: |
|
| 查看次数: |
231 次 |
| 最近记录: |