主页
IDEs Support (IntelliJ Platform) | JetBrains
提交请求
社区
登录
Alexander Doroshko
活动总数
2463
最后的活动
2023年08月31日 09:14
成员加入日期
2009年06月09日 09:45
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
844
活动概览
文章(0)
帖子(0)
评论(1619)
按最近的活动排序
最近的活动
投票数
创建于
2023年08月31日 09:14
The issue tracker is https://youtrack.jetbrains.comTypeScript support is the WebStorm team responsibility, so the right project is WebStorm. I assume we were talking about IntelliJ Platform-based I...
社区
IntelliJ IDEA Open API and Plugin Development
LSP integration only working with diagnostics, not completions or jumping
0 票
创建于
2023年08月30日 16:28
So, there are 2 ways of solving your task: using the closed-source JavaScript/TypeScript plugin (this is what you are trying at the moment), and writing a separate plugin.The former way depends on ...
社区
IntelliJ IDEA Open API and Plugin Development
LSP integration only working with diagnostics, not completions or jumping
0 票
创建于
2023年08月30日 14:50
Sorry, there seems to be some misunderstanding from the very beginning. This channel is called “IntelliJ IDEA Open API and Plugin Development”, so I assumed you were writing a plugin for IntelliJ-b...
社区
IntelliJ IDEA Open API and Plugin Development
LSP integration only working with diagnostics, not completions or jumping
0 票
创建于
2023年08月30日 10:45
(I truncated the logs)Looks like these are logs of your ‘working’ IDE. It doesn't contain the plugin that you develop, and doesn't contains any logs from it. You need to add logs to the ‘debugged’ ...
社区
IntelliJ IDEA Open API and Plugin Development
LSP integration only working with diagnostics, not completions or jumping
0 票
创建于
2023年08月29日 17:15
You can find logs using Help → Show Log (or Help → Open Log or Help → Collect Logs And Diagnostics Data). The file name is idea.logIf you start an IDE from the IDE (this is what you usually do when...
社区
IntelliJ IDEA Open API and Plugin Development
LSP integration only working with diagnostics, not completions or jumping
0 票
创建于
2023年08月28日 14:41
正式评论
Hi. LSP-based code completion and Go To Declaration (Ctrl+B / Cmd+B or Ctlr+click / Cmd+click) should work out of the box as well as code highlighting. (Hover info - not yet.) I can check your logs...
社区
IntelliJ IDEA Open API and Plugin Development
LSP integration only working with diagnostics, not completions or jumping
0 票
创建于
2023年07月13日 09:57
better way to achieve these without using language injection? You mean hover popup placement? I don't have a ready-to-use answer but I know the way to find it. All this logic is open-source so w...
社区
IntelliJ IDEA Open API and Plugin Development
css code Highlighting in documentation
0 票
创建于
2023年07月10日 18:40
Hi, sorry for the late reply. Regarding code highlighting, have a look at HtmlSyntaxInfoUtil.getHtmlContent(...). I haven't tried it myself yet, but I hope it will help. Regarding popup position, t...
社区
IntelliJ IDEA Open API and Plugin Development
css code Highlighting in documentation
0 票
创建于
2023年03月08日 09:05
正式评论
I guess, the official Dart analyzer is the only tool in the world that fully understands the Dart code. Dart analyzer and Analysis Server API is fully open-source. I think the best place for relate...
社区
IntelliJ IDEA Open API and Plugin Development
use a native dart library (package) inside a plugin for dart.
0 票
创建于
2022年06月27日 06:21
You are right, you need to use server. There's no function responsible for only and only this task. Searching server api for "staticType" I see that ony HoverInformation contains it.
社区
IntelliJ IDEA Open API and Plugin Development
what is the PSI data structure responsible for retrieving static types of a language?
0 票
下一页
›
最后
»