Open davkean opened 7 years ago
Also don't get colorized keywords.
tag @CyrusNajmabadi
Nevermind - pulling back to IDE given that everything else works.
Also don't get colorized keywords.
can you give an example? I can't repro this part.
@Pilchie My mistake, I didn't have "System" in scope - and so String wasn't being picked up as a type.
Moving to compiler. The issue here is that binding isn't going into these bodies. This is an error case, but should still work IMO.
Was doing refactoring where I wanted to convert an abstract method -> virtual method, I added a body to the abstract method and while I got normal intellisense, I did not offered usings or spelling check code actions, etc until I removed the "abstract".
This feels strange to be me, because other invalid constructs such as unrecognized modifiers don't stop me from getting offered these.
Expected: To get offered to add "using System;" Actual: Nothing.