Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jul 6, 2025

Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress.

Original issue description:

For example, for .vue files, we allow exporting in this way export { default as Component } from 'Component.vue', it may look like this in the configuration

{
  '*.vue': {
    all: true,
    default: 'filename' // 'filename' | 'camel-filename' | 'capitalize-filename'
  }
}

it will get an export result like

export * from 'Component.vue'
export { default as Component } from 'Component.vue'

Fixes #22.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Customize the export method of specific files

2 participants