Dscanner - DCD - Dfix ... Editor support or the lack of it.
arturg
var.spool.mail700 at gmail.com
Sun Jan 28 17:32:30 UTC 2018
On Sunday, 28 January 2018 at 16:02:36 UTC, Jonathan M Davis
wrote:
>
>> Erm, you do realize that Vim has built-in commands for
>> navigating nested brackets and parentheses, right? And
>> automatic bracket closing is just a macro away. You don't even
>> need a plugin for that.
>
> LOL. One of the reasons that I hate python is that I can't hop
> between braces in it in vim, because it has no braces. It makes
> jumping from the top of a function to the bottom a lot harder.
> Even Pascal has begin and end (which I found out that vim
> understands when I was mucking around with some stuff in Pascal
> several months ago).
>
if you set foldmethod=indent in vim you can navigate to the top
or bottom of the fold with [z and ]z, or check help fold-commands.
More information about the Digitalmars-d
mailing list