sublime-jsdocs icon indicating copy to clipboard operation
sublime-jsdocs copied to clipboard

If I use it before a public php function it won't work

Open rol4400 opened this issue 8 years ago • 3 comments

e.g. public function instead of function.

rol4400 avatar Sep 23 '16 12:09 rol4400

You'll need to be more detailed.

gerardroche avatar Sep 23 '16 13:09 gerardroche

when you type /** before a function, it works for me only half the time.

rol4400 avatar Oct 22 '16 08:10 rol4400

Show the snippet of code that doesn't work. Also some information like OS, version, etc, which you can get from the sublime text log (Menu > View > Show Console).

More detailed information can be extracted from the log by enabling command and input logging. open the console: sublime.log_commands(True); sublime.log_input(True);.

gerardroche avatar Oct 28 '16 12:10 gerardroche