Commit Graph

70 Commits

Author SHA1 Message Date
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
ykiko
3cc3bae441 Format and simplify intergration test (#245) 2025-09-07 23:27:39 +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
ykiko
e77f182fcd Initial Inlay Hint Support (#176) 2025-08-14 13:01:05 +08:00
qingfengzl
ce30acd8d3 Structural markdown representation (#162) 2025-08-11 22:43:48 +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
139eaa44f7 Improve AST handling (#165) 2025-08-03 17:43:42 +08:00
ykiko
893edc7634 Publish diagnostics (#164) 2025-07-30 23:41:03 +08:00
ykiko
cce576dfdd Code completion (from Sema) (#144) 2025-07-07 11:32:16 +08:00
ykiko
9939f57acd Hide CompilationUnit implementation (#139) 2025-06-15 15:13:09 +08:00
清风之恋
9c18b7abd9 Add pre-commit hook for formatting (#120) 2025-04-21 21:55:29 +08:00
ykiko
7874fbacb8 Implement text document sync (#119) 2025-04-11 22:22:23 +08:00
ykiko
74f2ebc4f4 Clear the project (#116) 2025-03-30 15:38:14 +08:00
ykiko
ea986161ac Reland InlayHint (#114) 2025-03-29 23:19:40 +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
Shiyu
5823a1730b Update DocumentSymbol to support index. (#54) 2025-02-21 17:01:19 +08:00
Shiyu
bcb4c3895a Fix API of InlayHint, FoldingRange. (#87)
Co-authored-by: ur4t <46435411+ur4t@users.noreply.github.com>
2025-02-20 20:56:51 +08:00
Shiyu
40912a8a91 Implement Hover on Expression and Identifier and some fix. (#83) 2025-02-18 21:40:43 +08:00
ykiko
26c66100b9 Refactor Indexer (#78) 2025-02-17 00:22:41 +08:00
Shiyu
3f94e01095 Show hover information for clang::Decl (#76) 2025-02-14 17:03:52 +08:00
Shiyu
e0bb2c453f Make labels of inlayhint clickable. (#73) 2025-02-12 15:25:57 +08:00
Shiyu
37f9cba361 Refactor unittest of InlayHint. (#45) 2025-02-05 14:32:20 +08:00
ykiko
2f9622bca7 Clean the project (#57) 2025-02-05 14:10:11 +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
ykiko
2f44874cbf Clear Project (#40) 2025-01-16 22:48:35 +08:00
Shiyu
ddb4e0ddaa Implement InlayHint (#19)
Co-authored-by: ykiko <ykikoykikoykiko@gmail.com>
2025-01-13 23:28:33 +08:00
Shiyu
13a5f6a845 Implement DocumentSymbol (#17) 2025-01-13 23:20:02 +08:00
ykiko
70f29147d5 Add tests for Server (#34) 2025-01-13 23:14:10 +08:00
Shiyu
c1c1930757 Implement SourceConverter (#26) 2025-01-10 19:26:41 +08:00
ykiko
97d29bb96b Some small changes. (#20) 2024-12-27 11:20:11 +08:00
Shiyu
440303b81f Feat: folding range (#13) 2024-12-17 23:47:54 +08:00
ykiko
5326480cd6 Basic support C++20 named module. (#12) 2024-12-14 13:40:13 +08:00
ykiko
7a78f5794a Fix tests. 2024-12-10 18:51:29 +08:00
ykiko
d99b571088 Some update. 2024-12-08 14:54:23 +08:00