Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I remove a completion in Sublime Text 2

Tags:

sublimetext2

How do I remove a completion from Sublime Text 2?

Specifically, in a Ruby file, after the num symbol #, hitting tab autocompletes to # =>.

I don't need this completion, and it's really annoying when trying to write comments. How do I remove it?

like image 981
Jake O Avatar asked Dec 31 '25 00:12

Jake O


1 Answers

It's a snippet installed by default with the Ruby package.

In order to disable it:

  1. Open Sublime Text 2.

  2. Select Preferences -> Browse Packages...

  3. It will open a directory, open the directory Ruby

  4. Rename the file Add-'#-=-'-Marker.sublime-snippet in Add-'#-=-'-Marker.sublime-snippet.old

like image 149
enrico.bacis Avatar answered Jan 02 '26 02:01

enrico.bacis