タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

intellijに関するmoozのブックマーク (2)

  • Customizing IntelliJ for Emacs Compatibility

    Atomic Object has a great tradition of making and customizing tools. It’s a habit I’ve gained and lost several times over my career — keeping tools sharp requires time and effort. Fortunately, one of the best things about becoming an Atom is that all of my colleagues care deeply about software, so it’s easy to find inspiration to start making tools again. Recently, I’ve been working on a modern Ja

    Customizing IntelliJ for Emacs Compatibility
    mooz
    mooz 2016/02/19
    LivePlugin というプラグインで IntelliJ プラグインを動的に実行可能らしい。Emacs 的な高度な文字列編集機能のサンプルあり。
  • Intellij idea/PyCharmでemacsのM-xのように関数名を指定してコマンド実行する - メモ置き場

    emacsではM-xに続いて関数名を入力することで、さまざまなコマンドを実行できます。(execute-extended-command) キー割り当てをしていない機能を使う場合や、割り当てたキーを忘れた場合に便利です。 最近触っているIntelliJ ideaやPyCharmでは、「Help -> Find Action」で同じようなことができます。 「Find Action」はデフォルトで「⌃⇧A」、keymapを「Mac OS X 10.5+」にしている場合は「⌘⇧A」に割り当てられています。 execute-extended-commandに使用感が似てるので、keymapemacs風にM-x(⎋,X)に設定しました。 また以下のエントリでは、execute-extended-commandを「C-x C-m」に割り当てる例が紹介されてます。 effective emacs ht

    Intellij idea/PyCharmでemacsのM-xのように関数名を指定してコマンド実行する - メモ置き場
    mooz
    mooz 2015/08/31
    便利だ
  • 1