-1

Does Sublime Text or Atom editor have plugin for Google Closure Compiler JSDoc annotations? Especially, code completions or error checking features like in WebStorm?

Matt
  • 8,195
  • 31
  • 115
  • 225

1 Answers1

-1

For Sublime Text, try DocBlockr. From the readme:

typing @ inside a docblock will show a completion list for all tags supported by JSDoc, the Google Closure Compiler, YUIDoc or PHPDoc. Extra help is provided for each of these tags by prefilling the arguments each expects.

Also take a look at sublime-google-closure-snippets.

TachyonVortex
  • 8,242
  • 3
  • 48
  • 63
  • DocBlockr provides completion only for annotations, not source code completion based on annotations. sublime-google-closure-snippets are snippets for Google Closure Library. – Matt Jun 05 '15 at 12:16