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

Smart Match

by ccampbell ALL

Sublime Text package to make parenthesis, bracket, and square bracket completions smarter

Details

  • 2013.10.31.19.31.44
  • github.​com
  • github.​com
  • 11 years ago
  • 2 hours ago
  • 13 years ago

Installs

  • Total 5K
  • Win 2K
  • Mac 2K
  • Linux 1K
Jan 15 Jan 14 Jan 13 Jan 12 Jan 11 Jan 10 Jan 9 Jan 8 Jan 7 Jan 6 Jan 5 Jan 4 Jan 3 Jan 2 Jan 1 Dec 31 Dec 30 Dec 29 Dec 28 Dec 27 Dec 26 Dec 25 Dec 24 Dec 23 Dec 22 Dec 21 Dec 20 Dec 19 Dec 18 Dec 17 Dec 16 Dec 15 Dec 14 Dec 13 Dec 12 Dec 11 Dec 10 Dec 9 Dec 8 Dec 7 Dec 6 Dec 5 Dec 4 Dec 3 Dec 2
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 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 1 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

Sublime Text Smart Match

Sublime Text by default does not allow you to close parenthesis that are directly preceding other parenthesis. This is the same behavior with brackets and square brackets.

Sometimes this is the desired behavior but let's say you have something like this: function1(foo).

If you go to wrap it in another function function2(function1(foo) then insert the cursor after foo but before the ending parenthesis to close the parenthesis it will not let you even though it should be allowed.

This package makes it smarter so it detects matching parenthesis to see if the insertion is allowed.

For more information about the issue see the ticket I created at: http://www.sublimetext.com/forum/viewtopic.php?f=3&t=5708

Installation

If you are using Sublime Package Control you can press cmd+shift+p. Then select Package Control: Install Package and choose SmartMatch.

Another option is running the following command (this is the os x version):

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
git clone git@github.com:ccampbell/sublime-smart-match.git SmartMatch