Skip to content

Instantly share code, notes, and snippets.

@yoshio-kinoshita
Created July 17, 2013 03:38
Show Gist options
  • Save yoshio-kinoshita/6017506 to your computer and use it in GitHub Desktop.
Save yoshio-kinoshita/6017506 to your computer and use it in GitHub Desktop.
#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