Skip to content

?<CSharp_Class> #164

@StartAutomating

Description

@StartAutomating

Match a CSharp Class, in the form:

[access modifier] [class] [identifer] : [inheritance]

Access modifiers can be:

  • Blank
  • public
  • private
  • protected
  • internal
  • protected internal
  • private protected

class is a literal string (though a cousin regex for enums might not be bad)

identifiers have slight naming convention restrictions (may also want a regex for this)

inheritance should be optional

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions