ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Display Functions (Java)

by liamcain ST2

Autocompletes Java Methods in Sublime Text 2

Details

  • 2012.03.27.13.05.12
  • github.​com
  • github.​com
  • 14 years ago
  • 7 minutes ago
  • 14 years ago

Installs

  • Total 11K
  • Win 5K
  • Mac 3K
  • Linux 2K
Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Display Functions (Sublime Text 2 Plugin)

*Java Only\*

Description

Displays an object's methods in autocomplete box.

Usage

Pressing 'period' after an object opens ST2's autocomplete, loaded with all of the objects methods

*NOTE\ if a method is not showing up, make sure that object's file is saved*

Features

  • NEW - Supports 'super'
  • NEW - Adds methods of the parent classes
  • Supports 'chained' methods:
    • i.e. someObj.getVal()|
  • Supports some of Java's default objects (String and Object)
  • Offers a very simple way to add more of Java's default objects (for example: if you use Scanner or Random)
    • Just create a txt file with the filename as the Object type, then add methods = self.check_str(classname, "NAME") where NAME is the name of file