Remove Explicit Let Statement Quick Fix

Makes the 'Let' keyword of a value assignment implicit.

This quick-fix is available for the ObsoleteLetStatement inspection

Applicability

This quick-fix can be applied as a single operation at the following scopes:
  • Procedure
  • Module
  • Project

Examples


Rubberduck.CodeAnalysis.QuickFixes.Concrete.RemoveExplicitLetStatementQuickFix.cs (Prerelease-v2.5.9.6294)