I am the author of another version of AutoDev, available at <a href="https://github.com/unit-mesh/auto-dev">https://github.com/unit-mesh/auto-dev</a> , which was developed one year ago with Intellij IDEs.<p>My concept closely resembles Microsoft's AutoDev, but I built it on the Intellij IDEA platform. For instance, it automatically runs tests when created, among other functionalities, can also built with AST, dependency information or other context<p>Two weeks ago, I introduced AutoDev DevIns language (which origine name is DevIn from <a href="https://github.com/unit-mesh/auto-dev/issues/101">https://github.com/unit-mesh/auto-dev/issues/101</a> , the another naming issue sotry), which bears similarities to Microsoft's AutoDev. For example:<p>```java
/write:src/main/java/com/example/Controller.java#L1-L12
public class Controller {
public void method() {
System.out.println("Hello, World!");
}
}
```<p>As an open-source developer who has created a nearly identical tool, I simply hope that Microsoft considers renaming their product.