Open carun opened 4 years ago
With d.argumentSnippets enabled, selective imports shouldn't get impacted and should result in a snippet like below.
import core.stdc.stdio : fopen;
With d.argumentSnippets enabled, selective imports like this gets expanded.
import core.stdc.stdio : fopen(filename, mode);
Expected behavior
With d.argumentSnippets enabled, selective imports shouldn't get impacted and should result in a snippet like below.
Actual behavior
With d.argumentSnippets enabled, selective imports like this gets expanded.