I’m noob be kind! I’ve just started using ST3 and only have one “user” package, coffeescript. Two problems:
1 - How do I know what capabilities a package has … builtin or user installed? I.e. with TextMate there was a way to view all the package shortcuts and menu commands. How for example would I see the capabilities of HTML, Diff, Text, CoffeeScript and all the rest? Basically where do I discover what their commands (menus?) and shortcuts are?
2 - How do I embed CoffeeScript within the built-in HTML package and have Sublime switch between the script language and the html surrounding it? Note CS has an embedding trick where a coffee-script.js library parses CS into JS for you. I think the built-in package fails to handle the section.
– Owen