Currently the Visual Studio Tools for Unity team don't have any immediate plans for templates so I've packaged up the templates I've been using into an extension for Visual Studio 2022: https://marketplace.visualstudio.com/items?itemName=redwyre.UnityTemplates
You can also download it from the extension manager by searching for "unitytemplates".
The project is open source and taking requests/PRs: https://github.com/redwyre/UnityTemplates
Extension for Visual Studio - This extension gives you a number of template for Unity development:
General:
- MonoBehaviour
- ScriptableObject
DOTS/ECS
- Aspect
- Authoring Component
- IBufferElementData
- IComponentData
- ISyst