dense-analysis/ale

[ALERename] Add ability to specify new name inline

开放

#3,466 创建于 2020年11月26日

 (1 条评论) (4 个反应) (0 位负责人)Vim Script (1,487 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (13,990 个星标)
PR 合并指标
 (平均合并 51天 4小时) (30 天内合并 3 个 PR)

描述

Currently ALERename command has no arguments and it prompts for a new name of a symbol as an interactive dialog pre-filled with an old name.

While it is a good idea to input a new name by editing the old one in some case (like fixing a typo), it is sometimes faster to just rename a symbol like :ALERename <new name> inline without the necessity to press Enter and erase the old name.

Is it possible to add such a functionality?

贡献者指南