Skip to content

Instantly share code, notes, and snippets.

View Aster89's full-sized avatar
🍃
Foglia nel vento...

Enrico Maria De Angelis Aster89

🍃
Foglia nel vento...
View GitHub Profile
@puremourning
puremourning / rfc.md
Last active February 12, 2019 15:25
RFC: Parameter hints popup menu

TL;DR

This RFC proposes introducing a second popup menu in insert mode to display method argument hints, current parameter, etc. similar to a number of IDEs and editors. The proposal is to allow scripts to control this (such as on insert of ( and ) characters) and for it to be non-interractive and not to interfere with insert-mode completion.

The purpose of the RFC is to guage the appetite from Bram and the community for such a feature, and to discuss the design/functional behaviours prior to

@olibre
olibre / cpp_legacy_inheritance_vs_std_variant.md
Last active July 5, 2024 06:47 — forked from GuillaumeDua/cpp_legacy_inheritance_vs_std_variant.md
C++ legacy inheritance vs CRTP + std::variant