vscode swagger go changed colors

I was trying out Swagger for Go. But somehow in Visual Studio Code it changed the colors. Before I installed Swagger the braces and brackets were not pink, yellow or blue. I tried already uninstalling Swagger and Vscode but this didn’t help. Any suggestions? EDIT: I’m using this golang implementation of Swagger: https://goswagger.io/ >Solution :… Read More vscode swagger go changed colors

Is it ok to merge swagger interface into the controller?

Looking for best practice suggestions with swagger interface. SO my lead suggests doing away entirely with the swagger interface and instead having all the swagger annotations within the Controller itself. Is this good practice or otherwise ? >Solution : This is borderline opinion-based, but yes it is ok. Some people might tell you that they… Read More Is it ok to merge swagger interface into the controller?