Class TypeScriptLanguageSupport

java.lang.Object
org.fife.rsta.ac.AbstractLanguageSupport
org.fife.rsta.ac.ts.TypeScriptLanguageSupport
All Implemented Interfaces:
LanguageSupport

public class TypeScriptLanguageSupport extends AbstractLanguageSupport
Language support for TypeScript.
Version:
1.0
  • Field Details

  • Constructor Details

    • TypeScriptLanguageSupport

      public TypeScriptLanguageSupport()
  • Method Details

    • createAutoCompletion

      private org.fife.ui.autocomplete.AutoCompletion createAutoCompletion()
    • install

      public void install(org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea)
      Description copied from interface: LanguageSupport
      Installs this support.
      Parameters:
      textArea - The text area to install onto.
      See Also:
    • uninstall

      public void uninstall(org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea)
      Description copied from interface: LanguageSupport
      Uninstalls this support.
      Parameters:
      textArea - The text area to uninstall from.
      See Also: