Sublime Forum

SyntaxGet

#1

Browsing through the Syntax menu is slow for those without the OS X menu search function…
SyntaxGet adds the ability to quickly change the current view’s syntax mode. Enjoy!

[size=200]SyntaxGet on GitHub[/size]

0 Likes

#2

That works beautifully. Thank you! :cheers:

0 Likes

#3

btw, you can use the command palette for this too

0 Likes

#4

That is true, and the command palette is awesome. :mrgreen: If you switch filetypes a lot though (I have 5 different open right now :open_mouth: ), this is just a smidge faster because it’s only syntax. :cheers: <—can this be a smilie please?

0 Likes

#5

nice. I still like the granularity a bit.

I’m still a bit jealous the built-in palettes have better display options :smile:

0 Likes

#6

do you mean I can pre-fill it with “syntax” or I can type it myself?

0 Likes

#7

You can create a shortcut that pre-populates the command palette and therefore filters the initial options available. You can then type in something to further filter the options.

{ "keys": "ctrl+shift+y"], "command": "show_overlay", "args": {"overlay": "command_palette", "text": "Set Syntax: "} }
0 Likes

#8

:smile:

0 Likes

#9

Saves a plugin at the cost of not looking as clean.

0 Likes