sindresorhus / editorconfig-sublime

Sublime Text plugin for EditorConfig - Helps developers maintain consistent coding styles between different editors
MIT License
1.77k stars 108 forks source link

Add command that print editorconfig properties #31

Closed KindDragon closed 9 years ago

KindDragon commented 10 years ago

Add the command that print to the console editorconfig properties for current file

sindresorhus commented 10 years ago

:+1: PR welcome :)

treyhunner commented 10 years ago

For anyone attempting a PR: To get a dict of the property key/value pairs just use editorconfig.get_properties and pass in the full filename.

sindresorhus commented 9 years ago

https://github.com/sindresorhus/editorconfig-sublime/commit/cf51245f45626959217032f546a0cd0c14f2c3da

I went with just printing it by default when you open a file.

KindDragon commented 9 years ago

I went with just printing it by default when you open a file.

:+1:

Kristinita commented 7 years ago

@sindresorhus , oppose. I don't want to see editorconfig settings every time as I open file of new project. I do not need these messages in the console, they interfere with me. See my issue for details.

I think, it would be nice option "show_settings_in_console", with boolean values, but don't show messages by default.

Thanks.