Hacker News new | past | comments | ask | show | jobs | submit login

Where to go next? A Toolformer that calls an AST parser. In VS Code I am running Copilot and IntelliSense side by side. Two competing tab completions -- ridiculous. They should be integrated. I want a Copilot that listens to the interpreter / compiler, so that it only makes correct suggestions.



I can't stand how co-pilot hijacks the standard code completion, often overriding the typescript completion I actually want or generating something distracting.

There should be a way to only run completions when prompted.

Please upvote this issue if you run into the same problems: https://github.com/community/community/discussions/9817


I had the same issue of Copilot hijacking suggestions with Intellij family of IDEs. Apparently there is a setting, disabled by default, to show both the suggestions (copilot's and Intellij's). Not on my laptop but it's somewhere in

Settings > languages and frameworks> Copilot


If copilot interrupts what typescript was going to complete, hit ctrl-space to trigger the typescript code completion.


> I want a Copilot that listens to the interpreter / compiler, so that it only makes correct suggestions.

And that builds a test first. Then iterates on the new code against the test until it passes.

ChatTDD?




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: