IntelliSense Issue in if Statements
Hi Joe,
I'm on LINQPad v9.8.12 beta (x64) and have noticed an IntelliSense issue with if statements:
1. Within the boolean expression of an if statement, IntelliSense correctly recognizes the first identifier or keyword, but fails to recognize any subsequent ones.
2. When an if statement is followed by a single statement (without braces), IntelliSense does not work. However, when followed by a statement block, IntelliSense functions correctly.
I've attached a screenshot below, where green underlines indicate normal behavior and red underlines indicate the abnormal behavior: