Class naming conventions and associations.

Issue #2457 open
Kevin Poorman created an issue

Scott, Not sure how to describe this feature request aside from a narrative..

I’d like to be able to specify a naming convention on a module? level, in a way that can be committed to the Repo as a project default. These naming conventions would be defined maybe as a regex’s. The idea is to associate classes and their associated (eg: test) classes. Ie:

  • SomeClassName
  • SomeClassName_Tests
  • SomeClassName_StubProvider

Or

  • SomeClassName
  • SomeClassNameTests
  • SomeClassNameRepo

etc.

Once that naming convention has been set, I’d love to have the ability to:

  1. Create a new class & it’s associated class in one step.
  2. Open a class, and have it’s associated classes available in sub-tabs, like an LWC’s js/html/css files

Thats it. that’s the whole idea.

Comments (2)

  1. Log in to comment