spadgos / sublime-jsdocs

Simplifies writing DocBlock comments in Javascript, PHP, CoffeeScript, Actionscript, C & C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DocBlockr doesn't work if Java method expects to return an array

delimmy opened this issue · comments

commented

I am on Mac OS X, ST3, and working with Java

In the example below, the get method expects to return an int and DocBlockr works just fine by typing /** and then pressing enter/tab.
image

However, if the method expects to return any type of array such as int[], typing /** and then pressing enter/tab just creates an empty DocBlock.
image

This issue also applies to multidimensional arrays such as int[][], String[][] etc.