-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Add support for F# projects and source files.
Current Behavior
The extension currently only handles:
.csfiles for namespace and using statement updates.csprojfiles for project file updates
Proposed Changes
- Update
SourceFileServiceto handle.fsfiles - Update namespace patterns for F# syntax (
namespace OldName/module OldName) - Update open patterns (
open OldName) - Handle
.fsprojfiles inProjectFileService
F# Syntax Examples
// Namespace declaration
namespace OldName
// Module declaration
module OldName.Something
// Open statement
open OldName
open OldName.SubNamespacePriority
Low - enhancement for broader language support
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request