alek-sys / sublimetext_indentxml

Plugin for Sublime Text editor for reindenting XML and JSON files
MIT License
534 stars 135 forks source link

Unable to find the IndentXml package when using Package Control #31

Closed rubans closed 11 years ago

rubans commented 11 years ago

After a lot of hassle manage to install package control on Sublime Text 2 but when using Install Package command, when I search for indentxml I don't see the package. I do see the package on http://wbond.net/sublime_packages/community but no idea how to install this. Seems a bit of a hassle to just install package. I'm new to sublime text, normally use Notepad++ but want to give this a try.

alek-sys commented 11 years ago

Hi, glad you started using ST, great text editor and nice replacement for Notepad++. To install plugin using Package Control start ST2, press Ctrl+Shift+P and type "Install package" - this will give you next search textbox. Type "Indent XML" there and hit enter - done. Give to a Package control couple seconds and check if "Format" sub-menu appeared in "Selection" menu

rubans commented 11 years ago

Thanks that works, I guess was expecting some sort of feedback through Package control.