clemos / haxe-sublime-bundle

Sublime Text bundle for Haxe programming language
Apache License 2.0
237 stars 86 forks source link

ctrl + shift + H not working #87

Closed matthewswallace closed 11 years ago

matthewswallace commented 11 years ago

not sure if it's a problem with the bundle or something I did but ctrl + shift + h so I can create new class or whatever is not working.

clemos commented 11 years ago

It's Ctrl+Shift+H and then Ctrl+Shift+C for a class. Then a text input should show up in your footer bar, where you can type the class name (with package). I believe it also works better when you are already in an .hx file with a build selected (because it should detect the appropriate classpath, etc)