Yuri Simernitski

Results 2 comments of Yuri Simernitski

This can be achieved without Roslyn, by using editor classifiers, e.g. public static bool IsIdentifier(string name) { return name == "identifier" || name == "user types" || name == "class...

I've been using such an implementation myself and have been enjoying it. Some people consider that misspelling are harmful in any context, private or public. As to the clutter, it...