6

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?

Elvis Lin
  • 61
  • 3
  • 1
    I'm also hoping to find a plugin that adds some IDE feedback while writing swagger annotations. I tend to flip-flop between PHP Storm and VS Code. I prefer VS Code but there's always something I can't get to work. PHP Storm has a plugin called "PHP Annotations" and it works great for swagger-php. – Dan Fletcher Oct 26 '19 at 00:48

1 Answers1

2

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

carlituxman
  • 1,201
  • 12
  • 22