Settings

Theme

Copilot for developing incremental features in back end or front end

1 points by amit5624 a year ago · 2 comments · 1 min read

Reader

Hey fellow HNers

I am a developer since last 10 years and I have been a regular user of Github Copilot as well as ChatGPT-pro since last 1 year.

I have used ChatGPT to add unit tests for the code that I develop as well as develop some quick scripting to do some adhoc work in software dev.

Similarly, I love using Github Copilot to implement new functions, modify existing functions/classes etc.

However, what I have been missing is the ability to generate the entire change set for a given product requirement. For example, if I have to add a new field in the database as well as in the API, I want to be able to provide the prompt and have the LLM make the necessary code changes.

Are there any such AI tools that can help me do this bit?

TIA

gillhzz a year ago

Cursor IDE Check the Composer feature

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection