Class: CoffeeFmt

Defined in: src/beautifiers/coffee-fmt.coffee
Inherits: Beautifier

Variables Summary

name =
"coffee-fmt"
"https://github.com/sterpe/coffee-fmt"
options =
{

  /*
  Apply language-specific options
   */
  CoffeeScript: {
    tab: [
      "indent_size", "indent_char", "indent_with_tabs", function(indentSize, indentChar, indentWithTabs) {
        if (indentWithTabs) {
          return "\t";
        }
        return Array(indentSize + 1).join(indentChar);
      }
    ]
  }
}

Variable inherited from Beautifier

Promise name options executables _exe languages beautify logger

Instance Method Summary

Inherited Method Summary

Methods inherited from Beautifier

#isPreInstalled #loadExecutables #exe #deprecate #deprecateOptionForExecutable #tempFile #readFile #findFile #getDefaultLineEnding #which #run #setupLogger

Instance Method Details

# (void) beautify(text, language, options)

    Quickly fuzzy find classes, mixins, methods, file:

    Control the navigation frame:

    You can focus and blur the search input: