Commit Graph

103 Commits

Author SHA1 Message Date
Myriad-Dreamin
ed0d7db3db dev: simplify protocol def 2026-01-26 01:01:39 +08:00
Myriad-Dreamin
824b305f93 dev: simplify protocol def 2026-01-26 01:01:39 +08:00
Myriad-Dreamin
f89793c66d dev: more lifetime hooks 2026-01-26 01:01:39 +08:00
Myriad-Dreamin
25a85a3b8e feat: implement apis 2026-01-26 01:01:39 +08:00
Myriad-Dreamin
0f95344abe fix: typo 2026-01-26 01:01:39 +08:00
Myriad-Dreamin
a118c16e96 feat: add minimal support to clice server plugins 2026-01-26 01:01:39 +08:00
Myriad-Dreamin
d6733dd43d feat: replace compile_commands_dirs with compile_commands_paths (#343) 2026-01-10 23:23:32 +08:00
ykiko
dd8f0dd90d refactor: diagnostic handling (#337) 2026-01-03 16:23:06 +08:00
ykiko
cec13ec29b refactor: tests and format the world (#314) 2025-11-30 15:21:27 +08:00
Myriad-Dreamin
8b998e658c [Fix] Use server's encoding kind (#289) 2025-10-31 20:51:11 +08:00
ykiko
dffa884e5a Store indices to disk (#279) 2025-10-19 21:53:57 +08:00
ykiko
9674328c18 Add ProjectIndex and basic symbol lookup implementation (#274) 2025-10-08 16:39:50 +08:00
ykiko
49caa2d9ba FileIndex and MergedIndex for clice (#271) 2025-10-05 22:46:32 +08:00
ykiko
bba3ee3174 Remove config option and read config file from ${workspace}/clice.toml (#258) 2025-09-14 22:42:02 +08:00
ykiko
3cc3bae441 Format and simplify intergration test (#245) 2025-09-07 23:27:39 +08:00
zaragoza
5786d852f2 Record the time of handling request and notification (#236)
Co-authored-by: zaragoza-xu <xuyiyan920@gmail.com>
2025-09-06 16:29:29 +08:00
Myriad-Dreamin
658c33a01f Init clang tidy (#195) 2025-09-06 16:23:20 +08:00
ykiko
ce4b16ce30 Refactor and clean (#189) 2025-08-24 15:03:07 +08:00
ykiko
5f8a577e26 Enable formatting (#188) 2025-08-23 22:52:27 +08:00
ykiko
52e45e1f26 Enable SignatureHelp (#187) 2025-08-23 20:52:49 +08:00
ykiko
c43702048e Enable inlay hints (#183) 2025-08-19 14:28:12 +08:00
Shiyu
744502033a Fix: use lru cache for active files in server (#177) 2025-08-17 10:04:12 +08:00
ykiko
a738ad536c Update PCH handling (#172) 2025-08-10 22:31:00 +08:00
ykiko
19cb98d02c Enable DocumentSymbol (#170) 2025-08-06 12:38:25 +08:00
ykiko
a4b83eb1dc Enable FoldingRange (#169) 2025-08-06 11:41:55 +08:00
ykiko
64e505d699 Enable DocumentLink (#168)
Co-authored-by: star9029 <hengxings783@gmail.com>
2025-08-06 10:58:04 +08:00
ykiko
072ddb3a59 Port SelectionTree from clangd to clice (#166) 2025-08-05 22:10:08 +08:00
ykiko
893edc7634 Publish diagnostics (#164) 2025-07-30 23:41:03 +08:00
ykiko
9939f57acd Hide CompilationUnit implementation (#139) 2025-06-15 15:13:09 +08:00
ykiko
3b776ee9f9 New indexer system (#127) 2025-06-01 22:45:38 +08:00
ykiko
ba75702c7d Merge index from different header contexts (#121) 2025-05-25 19:45:51 +08:00
ykiko
7874fbacb8 Implement text document sync (#119) 2025-04-11 22:22:23 +08:00
ykiko
3f96d45ab4 Refactor LSPConverter (#118) 2025-04-05 13:44:44 +08:00
ykiko
74f2ebc4f4 Clear the project (#116) 2025-03-30 15:38:14 +08:00
ykiko
d2d45b41f2 Refactor binary and index (#110) 2025-03-23 16:27:29 +08:00
ykiko
e7eed4c07a Reland document symbol (#108) 2025-03-20 22:34:35 +08:00
ykiko
c54baf5590 Implement DocumentLink (#107) 2025-03-16 16:43:35 +08:00
ykiko
a4c1d269c1 Remove Basic folder (#103) 2025-03-15 23:47:07 +08:00
ykiko
0542a37802 Implement Scheduler interface (#101) 2025-03-15 20:28:18 +08:00
ykiko
49af4a9292 Clean Server (#93) 2025-03-09 19:19:52 +08:00
ykiko
74f1f13aaf Reland folding range (#94) 2025-02-26 13:20:34 +08:00
ykiko
ef4ce069b8 Index hover (#92) 2025-02-22 23:54:55 +08:00
ykiko
ac6edc8aaa Add LSPConverter (#89) 2025-02-21 19:39:39 +08:00
ykiko
26c66100b9 Refactor Indexer (#78) 2025-02-17 00:22:41 +08:00
ykiko
2f9622bca7 Clean the project (#57) 2025-02-05 14:10:11 +08:00
ykiko
9b98354918 Refactor async and fix error in index. (#55) 2025-02-03 01:26:37 +08:00
ykiko
30568e800c Implement FeatureIndex (#52) 2025-01-25 00:56:34 +08:00
Shiyu
3b29825a8a Update FoldingRange to support index. (#53) 2025-01-24 15:39:53 +08:00
ykiko
6cd23038e4 Implement Indexer (#48) 2025-01-22 23:55:33 +08:00
ykiko
8cbfcba790 Implement computePreambleBound and collect has_include in PPCallbacks (#44) 2025-01-18 20:46:18 +08:00