Support custom file suffixes/prefixes/names
See original GitHub issueDoes the tool support adding custom suffixes like attaching a .model.ts
or .enum.ts
to the end of every interface/enum generated?
If not, can this be added in?
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Prefix and suffix for naming in extensions - Business Central
Use a prefix or suffix for names in your extension. ... It explains how to set your affixes in the AppSourceCop.json file.
Read more >Allow media encoder to add custom prefix/suffix to output file
Specifically allow media encoder to add either custom text or source file name as a prefix/suffix to the output file.
Read more >Supporting custom stack name - prefix, suffix, fixed · Issue #562
Feature request Ability to customize the stack name for stacks created by taskcat test run. It will especially be useful when user is...
Read more >Adding Name Prefixes and Suffixes - iManage Control Center
Adding Name Prefixes and Suffixes · Understanding prefixes and suffixes. Benefits. Using custom values in prefixes and suffixes · Adding Prefixes and Suffixes....
Read more >Customizing name prefixes and suffixes - Documentation & Help
Prefixes and suffixes are case- and punctuation-sensitive. To customize the contact name prefix and suffix list. From the Tools menu, click Preferences.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
“The Angular way” states that class
HelloIamAClass
should be placed in the file namedhello-i-am-a-class.ts
. So, renaming just the file name would break this. Also the file name is explicitly referenced when others import the class (other models or services). Also, trust me, configuring the generator by “just adding a random regex here or there” is not simple at all.Ohhh, so we misunderstood one another, so then my original question is then valid still. Attaching suffixes to file only, not the model name itself.