Javadoc formatting issue
When I type /** and press Enter, I am left with faulty generated Javadoc because of function indent:
/**
*
**/
public function ...
Is this behavior normal, or can I do something to change it?
Also when I type @ inside javadoc and press to get suggestions, I don't get any javadoc tags. You can see list of items in auto-complete in attached file.
P.S. I'm using IntelliJ IDEA 11.1 with HaXe document type and I'm new to IntelliJ. :-)
Regards,
Vjeko
Attachment(s):
javadoc_autocomplete.png
Please sign in to leave a comment.
Also, in auto-complete when I want to see my javadoc description I get it in weird format. You can see screenshot in attachment.
Regards,
Vjeko
Attachment(s):
javadoc_popup.png
Please file YouTrack issues for those problems. The Haxe plugin in IntelliJ IDEA is very new, and does not implement all of the documentation support features.
Ok, thank you.