Commit Graph

45 Commits

Author SHA1 Message Date
ykiko
5f8a577e26 Enable formatting (#188) 2025-08-23 22:52:27 +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
ykiko
a738ad536c Update PCH handling (#172) 2025-08-10 22:31:00 +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
qingfengzl
e8c4b034ed Fix selection tree, add some unit tests (#154)
Co-authored-by: ykiko <ykikoykikoykiko@gmail.com>
2025-07-18 20:17:09 +08:00
ykiko
9939f57acd Hide CompilationUnit implementation (#139) 2025-06-15 15:13:09 +08:00
ykiko
ba75702c7d Merge index from different header contexts (#121) 2025-05-25 19:45:51 +08:00
ykiko
ea986161ac Reland InlayHint (#114) 2025-03-29 23:19:40 +08:00
ykiko
31b87a9849 Add index tests (#112) 2025-03-25 22:49:11 +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
a4c1d269c1 Remove Basic folder (#103) 2025-03-15 23:47:07 +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
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
ykiko
59aba25474 Implement FilteredASTVisitor (#81) 2025-02-17 20:43:54 +08:00
ykiko
2f9622bca7 Clean the project (#57) 2025-02-05 14:10:11 +08:00
ykiko
511af1bd28 Some update. 2024-11-09 13:53:53 +08:00
ykiko
883aec5983 Refactor index module. 2024-11-06 15:37:29 +08:00
ykiko
10071e3b0a Make some clean. 2024-10-26 21:14:30 +08:00
ykiko
9f09c7ba0f Reorganize the project. 2024-10-26 21:00:23 +08:00
ykiko
7d15263c8f Rename AST dir to Compiler. 2024-10-01 20:30:33 +08:00
ykiko
d030bc2800 some update. 2024-09-21 11:48:55 +08:00
ykiko
ebddecede8 some update. 2024-09-19 14:51:56 +08:00
ykiko
53aeb39f16 some update. 2024-09-16 11:14:14 +08:00
ykiko
783edfe709 Successfully implemented SemanticTokens communication between the client and server. 2024-09-12 22:02:48 +08:00
ykiko
053fd3511a Resolver can handle std::vector now !!!! 2024-09-07 19:07:07 +08:00
ykiko
37d67aa7be Resolver can handle DependentTemplateSpecializationType now. 2024-09-07 12:30:41 +08:00
ykiko
4e331bc8a2 add dealias for Resolver. 2024-09-07 11:11:41 +08:00
ykiko
76b33d1f7c some update for Resolver. 2024-09-06 22:48:00 +08:00
ykiko
eb9913234b add some new test for Resolver. 2024-09-06 22:40:47 +08:00
ykiko
6f7f2bb8a0 add test for Resolver. 2024-09-06 18:36:24 +08:00
ykiko
605d1f8042 update Resolver. 2024-09-04 23:22:14 +08:00
ykiko
448b8c31b7 update AST. 2024-09-03 20:10:38 +08:00
ykiko
74a6e8992a some update of DependentNameResolver. 2024-09-03 13:38:15 +08:00
ykiko
dea455d6ff add Selection. 2024-09-01 13:06:14 +08:00
ykiko
7a10ac3839 update ParsedAST. 2024-09-01 13:05:43 +08:00
ykiko
ab24d4b3a3 update filed name in ParsedAST. 2024-08-31 22:03:56 +08:00
ykiko
65b9434965 basic logic of highlight. 2024-08-31 21:51:26 +08:00
ykiko
6cb8d7e4d5 update Parsed AST. 2024-08-31 21:17:02 +08:00
ykiko
91bc14c129 update Diagnostic. 2024-08-31 20:56:19 +08:00
ykiko
91e9094105 basic setting of ParsedAST. 2024-08-30 21:45:55 +08:00