logoalt Hacker News

brunoborgestoday at 4:36 AM0 repliesview on HN

What has worked well for me is to have a SKILL that instructs to use the LSP more often than not.

LSP works best when using dependencies that are already compiled locally, but if all source is available, yeah... I still don't have a solid answer on which one is best.

But again, for already compiled dependencies (think Java bytecode), without LSP configs, the agent is likely going to attempt to extract binaries from JAR files, use grep and javap, and potentially attempt to decompile the .class files.