From 7463f83dc3dddc833b1517a8c86cf006a12e1ae6 Mon Sep 17 00:00:00 2001 From: Ilya Biryukov Date: Mon, 6 May 2019 13:18:00 +0000 Subject: [CodeComplete] Add a trailing semicolons to some pattern completions Summary: Where semicolon is required in any case. Here's a list of completions that now have a semicolon: - namespace = ; - using namespace ; - using ::; - continue; - break; - goto