Hi Roger,
not really ... in terms of vscode-workspace setup, we tend to use the same number/purpose of projects as in PDSOE. Conceptionally the two IDE's are similar that (Gilles punch me for that statement). So a project for
- SmartComponent Library
- Customer Framework / SmartComponent Library customization
- Backend
- Shared Code
- Frontend
- Unit Tests
- Config files
- Scripts
- Repository Data
- PASOE instance
- ...
For annotations, we are currently using the ANT Target Runner (https://marketplace.visualstudio.com/items?itemName=nickheap.vscode-ant). We can share the sample config with you if you need that. The extension is no longer maintained - so we're actually looking for an alternative right now.
Other than that I would recommend a good template engine (https://marketplace.visualstudio.com/items?itemName=rioj7.vscode-file-templates). Peter introduced that extension and a few others in his presentations last year and earlier this year (https://www.youtube.com/watch?v=Cum8J2HUJAo&t=369s)
And of course and AI coding assistant ... Copilot or Windsurf (we use Windsurf).
Are there recommendations you are looking for in particular?