Commit Graph

75 Commits

Author SHA1 Message Date
ykiko
cce576dfdd Code completion (from Sema) (#144) 2025-07-07 11:32:16 +08:00
ykiko
d4c943d803 Improve compilation database handling (#142)
Co-authored-by: star9029 <hengxings783@gmail.com>
2025-06-23 16:49:35 +08:00
ykiko
a3075f86c0 Improve compiling (#140) 2025-06-17 22:07:31 +08:00
ykiko
9939f57acd Hide CompilationUnit implementation (#139) 2025-06-15 15:13:09 +08:00
sakria9
46b8cd3416 Fix toOffset when position.character == 0 (#138) 2025-06-14 08:50:43 +08:00
ykiko
3b776ee9f9 New indexer system (#127) 2025-06-01 22:45:38 +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
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
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
a9f7223d09 Refactor async (#71) 2025-02-13 23:20:03 +08:00
ykiko
467c7350ea Add Task::cancel and fix CI (#63) 2025-02-09 23:37:40 +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
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
70f29147d5 Add tests for Server (#34) 2025-01-13 23:14:10 +08:00
ykiko
909fcd5403 Refactor async (#30) 2025-01-12 01:31:32 +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
ykiko
c13048b976 Implement checking deps logic for building PCH and PCM. (#15) 2024-12-14 22:32:32 +08:00
ykiko
5326480cd6 Basic support C++20 named module. (#12) 2024-12-14 13:40:13 +08:00
ykiko
c082458fb1 1. Make resource dir unique and global.
2. Use our custom CDB loader.
2024-12-10 16:15:50 +08:00
ykiko
dc081384d5 Some clarification for CompliationParams. 2024-12-07 21:54:00 +08:00
ykiko
d6921634ac Rename buildXXX to compile to improve consistency. 2024-12-06 23:20:47 +08:00
ykiko
fdad191b29 Add CommandManager. 2024-12-05 20:16:30 +08:00
ykiko
13a8e1224e Some update. 2024-12-05 16:00:16 +08:00
ykiko
726bc4991d Some update. 2024-12-04 22:05:22 +08:00
ykiko
2baea3800a Refactor Support. 2024-12-04 01:12:40 +08:00
ykiko
ac7ce3aa6a Basic implementation of CodeCompletion. 2024-12-01 16:35:30 +08:00
ykiko
d6b0c424c2 Update Server. 2024-12-01 14:52:24 +08:00
ykiko
29fc40de6c Refactor Compiler.h. 2024-12-01 13:48:59 +08:00
ykiko
f6a023d156 Fix some memory issues in the Server. 2024-11-29 20:11:16 +08:00
ykiko
c240c7e7bc Refactor Scheduler. 2024-11-28 16:06:15 +08:00
ykiko
939dbc3dc5 Refactor log. 2024-11-27 23:21:52 +08:00
ykiko
3ea080c93d Remove spdlog. 2024-11-27 22:24:11 +08:00
ykiko
8857bc1a3a Basic implementation of SemanticTokens. 2024-11-26 20:18:40 +08:00
ykiko
633db416e6 Some update for Server. 2024-11-24 17:15:02 +08:00
ykiko
37ab1341df Refactor async. 2024-11-24 13:57:32 +08:00
ykiko
b84bde88b1 Add some lsp functions. 2024-11-22 16:48:35 +08:00
ykiko
443f3d2703 Some update for Server. 2024-11-21 21:54:39 +08:00
ykiko
02324c1f3f Refactor async. 2024-11-21 19:18:50 +08:00