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 languages beautify _envCache _envCacheDate _envCacheExpiry logger

Instance Method Summary

Inherited Method Summary

Methods inherited from Beautifier

#deprecate #tempFile #readFile #findFile #getShellEnvironment #which #commandNotFoundError #run #spawn #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: