7ute / symbols-list

An alternate symbol list sidebar for Atom.io text editor
GNU General Public License v3.0
32 stars 24 forks source link

Filter by language "User Configurable" #39

Open 50l3r opened 7 years ago

50l3r commented 7 years ago

In my html files I dont need to view the symbol list.

Maybe a feature who disable package in specific languages that'll be fine.

Stratop0w commented 2 years ago

Hi,

at least until config option is added to the package to disable this package for unwanted file extention, there's a quick & dirty workaround for this:

open package's file lib/symbols-list-regex.coffee in Atom, then comment out block matching extention you want to disable this package :)

will need to redo this hack after package update of course, but better than nothing ;)