TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Is there a library for creating cross-editor plugins?

3 点作者 snrji超过 5 年前
Hi there, assume that you have an idea for a plugin for text editors (or IDEs), but you don&#x27;t want to mess up with the specifics of Sublime&#x27;s API or Atom&#x27;s API. Is there any higher level API that would help me abstract away from Vim&#x27;s, Emacs&#x27; or IntelliJ&#x27;s APIs?<p>I&#x27;m not looking for specially fancy features, so it should be possible. However, I don&#x27;t know if I&#x27;m looking the right keywords.

1 comment

siliconshinobi超过 5 年前
If the plugin you want to make is around language support in an editor (i.e. autocomplete, goto definition, or documentation), the Language Server Protocol might work.<p><a href="https:&#x2F;&#x2F;microsoft.github.io&#x2F;language-server-protocol&#x2F;" rel="nofollow">https:&#x2F;&#x2F;microsoft.github.io&#x2F;language-server-protocol&#x2F;</a><p><a href="https:&#x2F;&#x2F;microsoft.github.io&#x2F;language-server-protocol&#x2F;implementors&#x2F;tools&#x2F;" rel="nofollow">https:&#x2F;&#x2F;microsoft.github.io&#x2F;language-server-protocol&#x2F;impleme...</a>
评论 #21083671 未加载