soinus | 9 years ago | on: Show HN: Yet another Sublime Text plugin for C++ completion
soinus's comments
soinus | 9 years ago | on: Show HN: Yet another Sublime Text plugin for C++ completion
I would say these two plugins serve different purposes. rtags seems to be a machine that requires some setup and knowing what you want, but can do a whole lot of different things, while mine is simpler both in setup and architecture, but is of course less functional.
soinus | 9 years ago | on: Show HN: Yet another Sublime Text plugin for C++ completion
Originally I wanted to have some lightweight autocompletion for Linux and have added Windows and OSX support because people were trying to use it.
What you say about using VS to manage all compilation and project dependencies sounds really nice and logical, but unfortunately I have no knowledge whatsoever about how VS does this, so I'm not sure I can do this alone. However, I would love to discuss it should anyone have any nice ideas.
soinus | 9 years ago | on: Show HN: Yet another Sublime Text plugin for C++ completion
The reason I post it here is two-fold.
First, I wrote it to make it useful, so I wanted to test it in real world,
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.
Hope you guys like it. I am open to discussions and to your suggestions!
soinus | 10 years ago | on: Git-appraise: Distributed code review system for Git repos