Created
July 17, 2013 03:38
-
-
Save yoshio-kinoshita/6017506 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#visual studio 2012でjqueryのcode snippetsを有効にする | |
visual studio 2012にもjqueryのcode snippetsが用意されていました。 | |
[code snipetts](https://github.com/xxkylexx/Visual-Studio-jQuery-Code-Snippets#installation) | |
手順は上記URLのREADMEを読めばわかると思います。 | |
で使い方ですが、 | |
jqf | |
まで入力し、Tab押下で候補が出てきます。 | |
さらにTab押下で | |
$(selector).fadeIn(); | |
と補完されます。 | |
あとはselectorをセットすればOK。 | |
どんなショートカットがあるのかはコードスニペットマネジャーを参照してみてください。 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment