https://github.com/refi64/howl-autoclang
Clang-based C/C++ autocompletion for Howl
https://github.com/refi64/howl-autoclang
Last synced: 5 months ago
JSON representation
Clang-based C/C++ autocompletion for Howl
- Host: GitHub
- URL: https://github.com/refi64/howl-autoclang
- Owner: refi64
- License: mit
- Created: 2015-09-27T22:07:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-13T15:43:45.000Z (over 9 years ago)
- Last Synced: 2025-03-25T05:06:46.350Z (about 1 year ago)
- Language: MoonScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
howl-autoclang
==============
Clang-based C/C++ completion for `Howl `_, my favorite text editor.
Installation
************
::
$ mkdir -p ~/.howl/bundles
$ cd ~/.howl/bundles
$ git clone --recursive https://github.com/kirbyfan64/howl-autoclang.git
$ cd howl-autoclang/ljclang
$ make
Usage
*****
Set the config variable ``clang_completion`` to ``true`` in order for it to work.
For other config variables, see ``init.moon``.
Status
******
After a bunch of recent changes, I would consider it quite usable. It uses the
actual completion API and has a cache to avoid insane lag when typing a long word.
I've used it quite a bit, and it works really well.
Note that completing C++ is still slower than C, for slightly obvious reasons...
Of course, it's still new, so you may experience some minor issues, though I doubt
there will be anything major.