• 0 Posts
  • 2 Comments
Joined 11 months ago
cake
Cake day: October 20th, 2023

help-circle
  • Hi, I work with big codebases as well and yes, no lsp client or server works well for python when you are dealing with a big codebase with a bunch of dependencies. It will slow down and get into bottlenecks easily. lsp-bridge provides some advantages to that but I don’t see it as a real solution. If your complaints are mainly about speed, well then there is no fix to that unless you work with smaller projects.

    If your complaints are about setting up a project and configuring the virtual environment and lsp’s to pick it up etc… then I was working on a package called pyconf to automate much of that, but I haven’t picked it up in a while…