|
|
|
|
|
by niosus
3241 days ago
|
|
I code mostly in c++ on Linux and I don't like big IDEs. I wanted to have a plugin that would complete my code and show the errors. Oh, and it should work with CMake. To be fair, there was a number of plugins out there that did it in various text editors, but I was too dumb to be able to use them. None worked out of the box. So I contributed a bit to one project that looked promising and then quickly branched off to create EasyClangComplete for Sublime Text. I've been working on it on weekends and nights for over a year now and it is an important tool in my workflow. Also, I feel inspired by approx. 9000 people who have installed it throughout the time it existed. |
|