Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VSCode php-swagger 3.0 annotation plugins?

Does there is php-swagger annotation plugins in VSCode? I write the annotation recently, but there is some inconvenience while the indent is not automatic or the keyword can not be auto-complete.

Or do anyone suggest another ide with this plugin?

like image 438
Elvis Lin Avatar asked Sep 26 '19 16:09

Elvis Lin


1 Answers

I'm using Swagger-PHP Annotation: https://marketplace.visualstudio.com/items?itemName=qvtec3.swagger-php-annotation

See on github: https://github.com/qvtec/swagger-php-annotation

like image 188
carlituxman Avatar answered Oct 24 '22 08:10

carlituxman