Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在 .vue 和 .ts 的 export default 上面添加文档注释 #817

Open
LinWanCen opened this issue Feb 6, 2025 · 2 comments
Open

在 .vue 和 .ts 的 export default 上面添加文档注释 #817

LinWanCen opened this issue Feb 6, 2025 · 2 comments
Assignees

Comments

@LinWanCen
Copy link

<script lang="ts">
/**
 * 基础列表页
 */
export default {
  name: 'ListBase',
};
</script>

<script lang="ts">
export default {
name: 'ListBase',
};
</script>

我的注释插件将会读取这个注释作为左侧文件树的注释,方便查看代码。
旧版可以加载路由配置的注释,新版的路由是调用 API 的难以获取。

https://plugins.jetbrains.com/plugin/18553-show-comment

Copy link
Contributor

github-actions bot commented Feb 6, 2025

👋 @LinWanCen,感谢给 TDesign 提出了 issue。
请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。

Copy link
Contributor

github-actions bot commented Feb 6, 2025

♥️ 有劳 @timi137137 @liweijie0812 尽快确认问题。
确认有效后将下一步计划和可能需要的时间回复给 @LinWanCen

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

No branches or pull requests

3 participants