Remix.run Logo
762236 2 hours ago

Not if an LLM writes your code. I get thousands of lines of high quality Rust per day without ever stepping into VScode.

AdieuToLogic 34 minutes ago | parent | next [-]

> Not if an LLM writes your code. I get thousands of lines of high quality Rust per day without ever stepping into VScode.

LSPs are orthogonal to both LLMs and VSCode. For example, see Metals[0].

0 - https://metals-lsp.org/

wtetzner an hour ago | parent | prev | next [-]

Then why not just ask the LLM to explain what LSP stands for?

nasso_dev 2 hours ago | parent | prev | next [-]

what's an "LLM"? ;3

0x457 an hour ago | parent | prev | next [-]

Very little quality, let alone high-quality, code is written in VSCode.

polyaniline 2 hours ago | parent | prev [-]

How do you know it's high quality?

762236 2 hours ago | parent [-]

I made myself an expert at Rust before I started using LLM's, and I review the code.

verandaguy 2 hours ago | parent | next [-]

You made yourself an expert in Rust and have never heard of an LSP?

This seems surprising to me given that Rust was one of the first languages to broadly advertise a toolchain and editor integrations which rely on the technology.

polyaniline an hour ago | parent | prev [-]

Props to you. I've been writing Rust for around 7 years now and I couldn't QA 1000s of lines per day.