navigation

QuickFixes

Namespace: FSharpLint.Rules.Helper
Parent: Naming
Values and Functions
Name Description
removeAllUnderscores

Signature: ident:Ident -> Lazy
removeNonPrefixingUnderscores

Signature: ident:Ident -> Lazy
addPrefix

Signature: prefix:string -> ident:Ident -> Lazy
addSuffix

Signature: suffix:string -> ident:Ident -> Lazy
toPascalCase

Signature: ident:Ident -> Lazy
toCamelCase

Signature: ident:Ident -> Lazy