タグ

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

  • 関連タグはありません

タグの絞り込みを解除

C++とvimに関するXrayのブックマーク (1)

  • omnicppcomplete - The Voyage of the neuromancer

    C/C++ソースの編集時にVisual Studioみたいにコード補完してくれるvimプラグイン。 boostやSTLもばっちり。 以下手順 1.ここからダウンロードしてくる http://www.vim.org/scripts/script.php?script_id=1520 解凍したとき出来上がるディレクトリ群と同じ名前のディレクトリ群が存在するディレクトリを探し(/usr/share/vim/vim70など)、上書きコピーする。 afterというディレクトリは無いかもしれないので、その場合はafter内のftpluginディレクトリを1階層上にコピー(上書き)する 。 .vimrcに filetype plugin on let OmniCpp_DefaultNamespaces = ["std", "_GLIBCXX_STD"] autocmd CursorMovedI * if

    omnicppcomplete - The Voyage of the neuromancer
    Xray
    Xray 2009/12/03
  • 1