Fix-Its
From The Oxygene Language Wiki
Supported Fix-Its
In the Fall 2011 release, the following list of errors and warnings provide Fix-Its:
- Missing "class" keyword before an "operator" declaration
- Missing types from a namespace not in the uses clause
- Missing Semicolons at the end of an expression
- Misspelled identifiers (depending on how close a match is found)
- Misspelled or missing keywords (depending on context and how close the match is)
- Identifier Case mismatch