Skip to content

New classes no longer getting class name based on path #1715

@radical-sam

Description

@radical-sam

I noticed a few weeks back that new classes created in VS Code are no longer getting the class name auto-generated. I decided to get to the bottom of it today and notice that it works if I downgrade this extension to the previous version 3.2.0, so it appears that version 3.4.0 may have a bug (the other two extensions I'm running latest published versions).

Are you using client-side or server-side editing?: Client-side

  • VS Code Version: Version: 1.109.2 (user setup)
  • Extension Version: 3.4.0
  • OS: Windows_NT x64 10.0.19045
  • Server $ZVERSION (if applicable): IRIS for Windows (x86-64) 2025.1.2 (Build 374U) Wed Oct 15 2025 14:31:14 EDT

Steps to Reproduce:

  1. Create a fresh project folder structure on the local file system for a VS Code project like MyProject/src/MyPackage/Msg/Entity
  2. Open MyProject folder in VS Code
  3. Right-click Entity and create a file called Item.cls
  4. Behold, the class name is no longer auto-populated based on the folder structure...

Class Extends %RegisteredObject
{
//
}

I would expect the behaviour to be the same as previous versions...

Class MyPackage.Msg.Entity.Item Extends %RegisteredObject
{
//
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions