タグ

2013年11月13日のブックマーク (2件)

  • Xcode Cheat Sheet

    Knowing your tools inside out is paramount - because you spend countless hours with them. If Xcode is one of the tools you use, we have something for you: we created a nice cheat sheet that we would like to share with you. On the front you can find all the essential keyboard shortcuts. On the back, our "tips & tricks" help you get the most out of Xcode. Download the Cheat Sheet Get 16 of our most

    Xcode Cheat Sheet
  • PhpStormで効率良く開発するための設定その1

    2013年10月3日追記 こちらの記事の情報は少し古くなってきたため、あたらしく記事をまとめ直しました。以下の記事も併せてご確認ください。 私がPhpStormで開発する上でよく使用する設定や使い方をまとめました。 前半と後半に記事を分けて紹介します。前半は、エディタの表示やファイル管理に関する設定を紹介します。後半は、入力補完やZenCoding、スニペット補完などのコーディングに関する設定と、git,phpunitなどの外部ツール連携に関する設定を紹介します。 動作確認環境 PhpStorm2016.2PhpStorm5.02 目次 フォントを変更する コンソールのフォントを変更する 設定ウィンドウのフォントを変更する 行番号を表示する 空白文字を表示する 折り返しを設定する 折りたたみを設定する ツールウィンドウを表示する ツールバーなどを削除してエディタの領域を広げる タブを1行で

    PhpStormで効率良く開発するための設定その1