kayler-renslow / arma-intellij-plugin

A plugin for Intellij IDEA that allows for syntactical analysis, code inspections, and other nifty features for the SQF scripting language in Arma 3.
MIT License
41 stars 10 forks source link

Feature - Java docs / file header comment #29

Closed tomaytotomato closed 7 years ago

tomaytotomato commented 7 years ago

It would be nice as a feature to auto generate a header comment for each script you create using the BIS standard

e.g.

/*

    Description:
    Return a task's state.

    Parameters:
        0: STRING - Task name

    Returns:
    STRING - task's state.
*/

If you know how to do this, let me know and I can help.