Skip to content

feat(lang): add VB.NET support #34

Description

@CalvinAllen

Description

Add support for VB.NET projects and source files.

Current Behavior

The extension currently only handles:

  • .cs files for namespace and using statement updates
  • .csproj files for project file updates

Proposed Changes

  • Update SourceFileService to handle .vb files
  • Update namespace patterns for VB.NET syntax (Namespace OldName / End Namespace)
  • Update imports patterns (Imports OldName)
  • Handle .vbproj files in ProjectFileService

VB.NET Syntax Examples

' Namespace declaration
Namespace OldName
End Namespace

' Imports statement
Imports OldName
Imports OldName.SubNamespace

Priority

Low - enhancement for broader language support

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions