Commit Graph

330 Commits

Author SHA1 Message Date
ykiko
cce576dfdd Code completion (from Sema) (#144) 2025-07-07 11:32:16 +08:00
star9029
bfd6bbadbb Improve windows ci (#143) 2025-06-23 19:13:37 +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
sakria9
77b24aa266 Fix computePreambleBounds when has no preamble (#137) 2025-06-11 07:57:59 +08:00
ykiko
bbece60524 Improve PCH handling (#136) 2025-06-10 22:33:17 +08:00
star9029
0c67c14eef Add llvm dir option for xmake (#135) 2025-06-07 12:22:11 +08:00
Perdixky
bdfb85d0d6 Standardize the uv_check_result function (#132) 2025-06-05 20:57:50 +08:00
ykiko
3b776ee9f9 New indexer system (#127) 2025-06-01 22:45:38 +08:00
Perdixky
f7f5634887 Replace unnecessary macros with source_location using default function parameters. (#128) 2025-06-01 12:55:03 +08:00
qingfengzl
8c8e5dec59 MacOS Adaptation (#125) 2025-05-31 09:43:23 +08:00
ykiko
ba75702c7d Merge index from different header contexts (#121) 2025-05-25 19:45:51 +08:00
清风之恋
16603ee34a Glob pattern matcher (#122) 2025-05-19 14:53:41 +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
3f96d45ab4 Refactor LSPConverter (#118) 2025-04-05 13:44:44 +08:00
ykiko
3f408a8e8e Stabilize compilation interface (#117) 2025-03-30 21:30:52 +08:00
ykiko
74f2ebc4f4 Clear the project (#116) 2025-03-30 15:38:14 +08:00
sakria9
7f5c10f667 Add devcontainer configuration (#58) 2025-03-29 23:22:39 +08:00
ykiko
ea986161ac Reland InlayHint (#114) 2025-03-29 23:19:40 +08:00
ykiko
163f9e1fa7 Refactor test fixtures (#113) 2025-03-26 23:03:58 +08:00
ykiko
31b87a9849 Add index tests (#112) 2025-03-25 22:49:11 +08:00
ykiko
4792ecd8f4 Add tests for binary (#111) 2025-03-24 08:48:39 +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
c332c93433 Add issue templates (#104) 2025-03-16 00:05:20 +08:00
ykiko
a4c1d269c1 Remove Basic folder (#103) 2025-03-15 23:47:07 +08:00
Linshu Yang
b4349d659c Add nix flake config (#69) 2025-03-15 22:02:21 +08:00
star9029
6bbd25ded5 Support packaging for project release (#96)
Co-authored-by: ykiko <ykikoykikoykiko@gmail.com>
2025-03-15 20:33:13 +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
ykiko
828d20b8c2 Add Location (#88) 2025-02-21 12:51:05 +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
ykiko
6b12e7f610 Refactor index (#84) 2025-02-20 19:25:50 +08:00
ur4t
5e29848f24 Allow build with libc++ (#85) 2025-02-19 19:22:42 +08:00
ykiko
1b8d22f2b4 Fix building. 2025-02-19 12:27:42 +08:00
ykiko
93af013613 Merge branch 'main' of https://github.com/clice-project/clice 2025-02-19 12:15:29 +08:00
ykiko
424ee09a40 Make toLocalRange return FileID 2025-02-19 12:15:27 +08:00
Shiyu
40912a8a91 Implement Hover on Expression and Identifier and some fix. (#83) 2025-02-18 21:40:43 +08:00
ykiko
4b8b84f18e Fix semantic tokens (#82) 2025-02-18 18:15:05 +08:00
sakria9
fe3caf2170 Fix USRGeneration (#62) 2025-02-17 21:11:19 +08:00
ykiko
0bffadbad6 Fix ASTInfo::getFilePath 2025-02-17 21:08:26 +08:00
ykiko
f5130c6ae4 Check LocalSourceRange. 2025-02-17 20:56:29 +08:00