Commit Graph

71 Commits

Author SHA1 Message Date
Fangrui Song
c6686be382 ccls_lsp
The old name was somehow taken.
2021-04-05 18:04:57 -07:00
Fangrui Song
9ca095f49e Misc 2019-03-02 18:18:02 -08:00
Fangrui Song
962dcf93c1 Update wiki links and delete comparison with cquery 2019-01-04 10:54:20 +08:00
David F
f6472061d3 Fix broken link in README.md (#101) 2019-11-09 20:03:28 -08:00
Fangrui Song
7eacd2664f Support textDocument/{formatting,onTypeFormatting,rangeFormatting} 2019-11-09 20:03:26 -08:00
Fangrui Song
e24079366b Add kind to $ccls/member and iterate all QueryType::def
kind:2 => member functions
kind:3 => nested classes / namespace members
2019-11-09 19:58:32 -08:00
Fangrui Song
1ab0d492b7 README 2019-10-24 01:13:24 -07:00
inengch
84e18e51b2 Fix typo error (#49)
- The word strengthened is spelled mistakenly.
- Unpaired symbol:')' seems to be missing.
2019-10-24 01:01:21 -07:00
Fangrui Song
31fac4d496 links 2019-10-24 01:01:20 -07:00
Fangrui Song
d743743282 Enable clangDriver in project.cc
https://bugs.llvm.org/show_bug.cgi?id=37695 is not fixed. But since we have eliminated libclang for indexing and completion the bug no longer bothers us.
2019-10-24 01:01:20 -07:00
Fangrui Song
24e99fd767 Cleanup 2019-10-24 01:01:20 -07:00
Fangrui Song
6d96d9dce2 textDocument/references: include base references by default 2019-10-23 21:56:51 -07:00
Fangrui Song
aba672203f README 2019-10-23 21:56:51 -07:00
Fangrui Song
3fbfb99e1b Use clang_File_tryGetRealPathName 2019-10-23 21:56:50 -07:00
Fangrui Song
f7872d143d . 2019-10-23 21:56:50 -07:00
Fangrui Song
b839389f77 Resurrection of ccls 2019-10-23 21:56:50 -07:00
Fangrui Song
0997e4dcc3 Update tests and README 2019-10-23 21:56:50 -07:00
Fangrui Song
d571fed293 Fix skipped region in clang 6.0.0; add repology badge; remove -latomic 2019-10-23 21:56:50 -07:00
Jacob Dufault
567a6e6e99 Update README.md 2018-01-18 15:50:23 -08:00
Fangrui Song
63215ef754 Simplify README 2018-01-18 15:39:04 -08:00
Fangrui Song
3bea1b29fb [emacs] redirect to https://github.com/cquery-project/emacs-cquery and clean up README 2018-01-18 15:14:36 -08:00
Nathan Ridge
5d94d138cf Move some details about setting up the VSCode extension to the wiki (follow-up to #216) 2018-01-10 09:22:55 -08:00
Nathan Ridge
6dbef41128 Mention semantic highlighting in the feature list (#282)
Also mention the "rainbow" feature and link to an article explaining it.
2018-01-10 00:01:31 -08:00
Nathan Ridge
bcd3de18bb Document the need to set cquery.launch.workingDirectory when setting up the VSCode extension (#216) 2018-01-08 23:52:22 -08:00
altkatz
bb2e94964f Document the need to set cquery.launch.command (#235)
credit @HighCommander4 for https://github.com/jacobdufault/cquery/issues/216
2018-01-05 09:00:30 -08:00
Fangrui Song
5680ff2592 Update README.md: git clone -b master --single-branch 2017-12-31 02:09:38 -08:00
Fangrui Song
146e857555 Remove images/demo.png 2017-12-31 01:54:51 -08:00
Fangrui Song
58243b887f Update README.md: download vscode-extension.vsix from https://github.com/jacobdufault/cquery/releases 2017-12-31 01:34:16 -08:00
walter erquinigo
57b95d8a8c Update README.md 2017-12-21 23:35:41 -06:00
Joel Hock
b574dcb83f update readme 2017-12-19 08:16:52 -08:00
Fangrui Song
0a8ea0e51f Honor environment variable CXXFLAGS and tweak README (#153)
Also loosen rsync `-a` option to `-rt`
2017-12-16 19:39:51 -08:00
Jacob Dufault
33c3d99925 Small readme tweaks 2017-12-12 00:11:46 -08:00
Fangrui Song
cb633541e2 Change default path of built executable from build/app to build/release/bin/cquery (installed to $PREFIX/bin/cquery)
This is incompatible, please change your editor configuration:

* LanguageClient-neovim: g:LanguageClient_serverCommands
* Emacs cquery.el: cquery-executable
* VSCode: cquery.launch.workingDirectory cquery.launch.command
2017-12-12 00:07:38 -08:00
Fangrui Song
87f6452b5d Rename clang_args to .cquery 2017-11-27 12:31:54 -05:00
Jacob Dufault
d5951c0e69 Revert "Specify nullptr for source_filename in clang_parseTranslationUnit2 so that we do not need to strip main source filename from args"
This reverts commit 6adc3a28c39a5f6b58a0a57bfae83916051c19f8.
2017-11-27 08:20:42 -08:00
Fangrui Song
2b54296992 Specify nullptr for source_filename in clang_parseTranslationUnit2 so that we do not need to strip main source filename from args 2017-11-27 11:13:07 -05:00
Phil Wise
8ef2be0429 Add note on compilationDatabaseDirectory option
This is useful when building with cmake
2017-11-27 10:40:25 -05:00
Jacob Dufault
d1692c8deb Add link to wiki on README 2017-11-26 12:28:41 -08:00
Jacob Dufault
2ebf27441b Mention C in README 2017-11-17 09:57:46 -08:00
Jacob Dufault
75774e24bf Update README 2017-11-17 07:52:30 -08:00
Jacob Dufault
0ab756314b Update README.md 2017-10-04 23:23:53 -07:00
Jacob Dufault
9a28cb58cb Master works well enough now. 2017-10-04 23:22:42 -07:00
Jacob Dufault
5a5f3bf934 Update README.md 2017-08-01 22:16:53 -07:00
Jacob Dufault
3814cf29e5 Fix typo 2017-07-06 14:19:22 -07:00
jamescookmd
6906d9a0f7 Add chromium tips 2017-06-16 17:26:03 -07:00
jamescookmd
47cce775ba Added command line to install clang 2017-06-16 17:26:03 -07:00
Jacob Dufault
ca7d404a54 Readme polish 2017-06-14 00:08:25 -07:00
Jacob Dufault
99c0bb3be4 Update features list 2017-05-29 16:57:56 -07:00
Jacob Dufault
97832f2a73 Add call tree and full type hierarchy using upcoming vscode tree API 2017-05-24 00:17:29 -07:00
Jacob Dufault
94bd6fc301 Add #include auto-complete. 2017-05-21 00:37:53 -07:00