[suggestion] importing and renaming by wildcard and/or regexp

AnimusPEXUS animuspexus at protonmail.com
Thu Jul 21 22:08:14 UTC 2022


Why?: for example I have module bindbc.glfw - It have symbols 
like GLFW_KEY_* so I want to import only GLFW_KEY symbols.

additionally: "Renamed and Selective Imports" with renaming by 
using regexp groups, so for example if I want to import 
GLFW_KEY_(\w+) and rename those like so MY_KEY_$1


More information about the Digitalmars-d mailing list