diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-06-28 18:34:07 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-06 07:39:32 +0200 |
commit | 12940d8a48c8df2e1a3f5700dc9e46338c37084c (patch) | |
tree | 5e02425f96a070c08ef95a08596770a5f75a26c2 | |
parent | 5a13015ad932cffb092da080e8ea0ad2ce1f04a0 (diff) |
Add info to readme about IDE support
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -10,8 +10,9 @@ List of packages can be found at https://github.com/DEC05EBA/sibs_packages/blob/ Newest version of sibs builds itself. If you don't already have sibs installed, you need to download latest release first: https://github.com/DEC05EBA/sibs/releases After you've download the latest release, you can install it by running install.sh (or use sibs.exe if you are on windows). When you have sibs installed, you can install latest version of sibs by running install.sh if you are on Linux. New install script uses sibs. - -Installing latest version currently doesn't work on Windows. +# IDE support +Sibs generates a compile_commands.json in the project root directory when executing `sibs build` and tools that support clang completion can be used, such as YouCompleteMe. +There are several editors that support YouCompleteMe, including Vim, Emacs and Visual Studio Code. # Project configuration template ```toml [package] |