code-d
code-d copied to clipboard
Autocompletion for main writes void twice
If you open a new file and type void main you'll get an "autocomplete" for void main(string[] args) but doing so writes void a second time.