| ▲ | jwolfe 10 hours ago | |
In general these agents support LSPs, which is often as much information as your IDE will give you. They are also not required to output syntactically correct code token by token when running agentically, because the loop is: 1. code 2. syntax check / build / format / lint (details language dependent) 3. test and they can hop between 1 and 2 however many times they want. | ||