英文:
Set a typescript project in IntelliJ IDEA 2019.2 Community edition
问题
在IntelliJ IDEA 2019.2 Community版中设置一个TypeScript项目,以便在类之间导航,但我在项目设置中没有看到选项 - > Facets。
当我在类上按Ctrl并单击时,我收到此消息“无法找到要转到的声明”。
IntelliJ IDEA 2019.2 Community版
英文:
Set a typescript project in IntelliJ IDEA 2019.2 Community edition
I want to set a typescript project in IntelliJ IDEA 2019.2 Community edition to navigate throught
the classes but I don't see the option in Project Settings - > Facets
and when I do Ctrl and click in a class I got this message Cannot find declaration to go
IntelliJ IDEA 2019.2 Community edition
答案1
得分: 0
JavaScript 仅在 Ultimate 版本中受支持:https://www.jetbrains.com/idea/features/editions_comparison_matrix.html
英文:
JavaScript is supported in Ultimate Edition only: https://www.jetbrains.com/idea/features/editions_comparison_matrix.html
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论