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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Yet another Sublime Text plugin for C++ completion

49 点作者 soinus将近 9 年前

3 条评论

soinus将近 9 年前
Hello HN, I couldn&#x27;t find any plugin for Sublime Text that would autocomplete C++ code and would be easy to setup, so I have written one. It is not fully polished, but works for me and a bunch of people, so I thought it was a good idea to expose it here.<p>The reason I post it here is two-fold.<p>First, I wrote it to make it useful, so I wanted to test it in real world,<p>Second, I tried to use libclang for autocompletion, but it works only for Linux currently. OSX and Windows for now resort to parsing the output from `clang -code-complete-at` command envoked in a subprocess. I would really love to make the plugin use libclang everywhere. So I would really like to get some help from people who are more familiar with OSX or Windows than I am and to generally spawn discussions on design desicions taken by me in this plugin.<p>Hope you guys like it. I am open to discussions and to your suggestions!
评论 #11790979 未加载
ensiferum将近 9 年前
There&#x27;s also SublimeClang for SublimeText2. The most active fork as of late is <a href="https:&#x2F;&#x2F;github.com&#x2F;ensisoft&#x2F;SublimeClang" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ensisoft&#x2F;SublimeClang</a>
评论 #11791322 未加载
educar将近 9 年前
Have you seen this for indexing ? <a href="https:&#x2F;&#x2F;github.com&#x2F;Andersbakken&#x2F;rtags" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Andersbakken&#x2F;rtags</a>
评论 #11790999 未加载
评论 #11799363 未加载