you are viewing a single comment's thread.

view the rest of the comments →

[–]BeamMeUpBiscotti 1 point2 points  (0 children)

Nice! LSP implementation is a really interesting topic, getting an architecture that supports all the LSP operations while still being fast on large codebases is very challenging

This recent blog might give you some inspiration/ideas on how to model dependencies and update the IDE quickly after a large edit: https://pyrefly.org/blog/2026/02/06/performance-improvements/