3
I don’t know if I can express myself properly, but come on. In Java, when commenting on the code, we use the default
/**
* @author Nome do Autor;
* @method Nome do Método;
*/
From this, in an IDE like the sublime, we can enjoy the auto complete feature from this information. Does anyone know how to configure or which plugin to install so that this feature is used in sublime text?
That’s nice. But when using the method in another file, it will offer me the autocomplete?
– touchmx
@user3043340, I just researched this plugin some time ago, I haven’t had a chance to test it yet, so I don’t have practical experience with it to answer this, I’m still trying to switch from Netbeans to the sublime :P
– abfurlan
I changed it a while ago, I’m just missing it. In the rest it’s excellent, very fast. I’ll test it and tell you.
– touchmx