From 12940d8a48c8df2e1a3f5700dc9e46338c37084c Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 28 Jun 2018 18:34:07 +0200 Subject: Add info to readme about IDE support --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f5ac6aa..92ca992 100644 --- a/README.md +++ b/README.md @@ -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] -- cgit v1.2.3