What IDE/EDITOR do you use for D?
H. S. Teoh via Digitalmars-d
digitalmars-d at puremagic.com
Thu Oct 30 09:56:46 PDT 2014
On Wed, Oct 29, 2014 at 12:56:03PM -0700, H. S. Teoh via Digitalmars-d wrote:
> On Wed, Oct 29, 2014 at 07:38:14PM +0000, dan via Digitalmars-d wrote:
> > What IDE/EDITOR do you use for D? What plugins if you use Vim?
>
> I use plain vanilla vim in text mode with no plugins (not even syntax
> highlighting).
[...]
Actually, I take that back. Apparently my default vim installation comes
with a bunch of plugins that I'm not even aware of existed:
:scriptnames
1: /mnt/1/usr/share/vim/vimrc
2: /mnt/1/usr/share/vim/vim74/debian.vim
3: ~/.vimrc
4: /mnt/1/usr/share/vim/vim74/filetype.vim
5: /mnt/1/usr/share/vim/vim74/ftplugin.vim
6: /mnt/1/usr/share/vim/vim74/plugin/getscriptPlugin.vim
7: /mnt/1/usr/share/vim/vim74/plugin/gzip.vim
8: /mnt/1/usr/share/vim/vim74/plugin/matchparen.vim
9: /mnt/1/usr/share/vim/vim74/plugin/netrwPlugin.vim
10: /mnt/1/usr/share/vim/vim74/plugin/rrhelper.vim
11: /mnt/1/usr/share/vim/vim74/plugin/spellfile.vim
12: /mnt/1/usr/share/vim/vim74/plugin/tarPlugin.vim
13: /mnt/1/usr/share/vim/vim74/plugin/tohtml.vim
14: /mnt/1/usr/share/vim/vim74/plugin/vimballPlugin.vim
15: /mnt/1/usr/share/vim/vim74/plugin/zipPlugin.vim
16: /mnt/1/usr/share/vim/vim74/ftplugin/mail.vim
Except that the only plugin I can see that I really use is matchparen.
My ~/.vimrc contains some keyboard remappings so that command keys
continue to map to the same physical keys when I switch the keyboard
layout to a different language. And I do use ctags every now and then
for navigating between functions.
But other than that, pretty minimalistic.
T
--
If you're not part of the solution, you're part of the precipitate.
More information about the Digitalmars-d
mailing list