Creating Custom AI Assistant Prompts with ReSharper

In this post we’ll take a look at how to write custom prompts for use with the JetBrains AI Assistant in ReSharper and Rider so you can make the most of AI.

View at original site


Author: Rachel Appel

This post discusses how to write custom prompts for the JetBrains AI Assistant in ReSharper and Rider to make the most of AI in software development. Prompts are used to formulate queries and commands for the AI assistant, and they should be specific and clear. Context is important in prompts, as AI tools rely on it to generate accurate results. The post also advises challenging the AI assistant and being cautious of its answers, as it can sometimes provide incorrect or wordy responses.

Interactive prompting, where prompts build upon each other in a conversational tone, is encouraged. The post provides examples of creating basic prompts and modifying them based on the AI assistant's responses. It also mentions the ability to save custom prompts in a prompt library for repeated use. The conclusion emphasizes the importance of crafting understandable prompts and accurately judging the credibility of the AI assistant's output.

Related Resources

Find and Fix Problems in Your Code
Find and Fix Problems in Your Code
How AI Assistant can help you to understand errors in your code.
Explain Code with AI Assistant
Explain Code with AI Assistant
How AI Assistant can help you understand code
Create and Understand Commit Messages with AI Assistant
Create and Understand Commit Messages with AI Assistant
How AI Assistant can both generate a commit message and help you understand prior commit messages