Coding
PromptBeginner5 minmarkdown
Nano Banana Pro
Agent skill for nano-banana-pro
7
after line break, copilot ought to suggest generated a post method. Just press tab multiple times.
Sign in to like and favorite skills
after line break, copilot ought to suggest generated a post method. Just press tab multiple times.
inline prompt, in the newly created Post method:
//check that a part is valid. A valid part is validated by a regex that ensure the name has 3 letters in uppercase or more.
in the EngineeringControllerTests class, start writing the name of the test:
public void TestPostMethodIsSuccessful and copilot will generate a test.
When breaking a line after the successful test case, copilot should suggest a TestPostMethodReturnsBadRequest or similar and generates a test in which the validation fails.
after selecting the search method, in copilot chat:
migrate code into english
after selecting the search method, in copilot chat:
translate code into python