I am in the process of moving my workflow away from VS Code so that I may enjoy the superior performance and openness of Zed. However, I have run into a few blockers that have prevented me from migrating.
One of these is that when I create a new Java file in Zed, there is no auto-generated template (containing a package declaration and a class/interface/etc stub).
When I create a new Java file in VS Code, it is pre-filled with the following snippet:
Having something similar in Zed's Java support would be wonderful to help me avoid writing the boilerplate that Java is so-often hated for.
I am in the process of moving my workflow away from VS Code so that I may enjoy the superior performance and openness of Zed. However, I have run into a few blockers that have prevented me from migrating.
One of these is that when I create a new Java file in Zed, there is no auto-generated template (containing a
packagedeclaration and a class/interface/etc stub).When I create a new Java file in VS Code, it is pre-filled with the following snippet:
Having something similar in Zed's Java support would be wonderful to help me avoid writing the boilerplate that Java is so-often hated for.