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

Current Scope

by gumuz ST2

sublime text 2 plugin showing the current scope in the status bar

Details

  • 2012.09.25.08.14.25
  • github.​com
  • github.​com
  • 12 years ago
  • 58 minutes ago
  • 12 years ago

Installs

  • Total 1K
  • Win 550
  • Mac 531
  • Linux 334
Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 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
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

currentscope

sublime text 2 plugin showing the current scope in the status bar

For now it only supports Python.

Install

Package Control Installation

note: This step requires Package Control.

  1. Open the Command Palette using [command + shift + p] and enter “install package”.
  2. Select Package Control: Install Package from the popup menu and press [return]
  3. Enter “Current Scope” and press [return]

Manual Installation

You can download the latest source from GitHub and copy the currentscope folder to your Sublime Text “Packages” directory.

Or clone the repository to your Sublime Text “Packages” directory:

git clone git://github.com/gumuz/currentscope.git

The “Packages” directory is located at:

  • OS X:

    ~/Library/Application Support/Sublime Text 2/Packages/
    
  • Linux:

    ~/.config/sublime-text-2/Packages/
    
  • Windows:

    %APPDATA%/Sublime Text 2/Packages/
    

Features / Usage

Show current scope automatically show the current method and the current class in the status bar