Closed Daztek closed 2 years ago
Pretty minor, but if you declare multiple variables on one line like so int nFoo, nBar, nBaz; it'll only recognize the first one with regards to hover/completion data
int nFoo, nBar, nBaz;
Fixed in 1.3.2.
Pretty minor, but if you declare multiple variables on one line like so
int nFoo, nBar, nBaz;
it'll only recognize the first one with regards to hover/completion data