在新文件中使用指令

发布于 2024-09-16 04:01:41 字数 82 浏览 6 评论 0原文

是否可以将额外的“using”指令自动添加到我的新 aspx.cs 文件中,以便我不必一遍又一遍地输入相同的指令(即自定义命名空间 using 指令)

Is it possible to have additional "using" directives automatically added to my new aspx.cs files so that I do not have to keep typing the same ones over and over again (i.e. custom namespace using directives)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

梦幻的味道 2024-09-23 04:01:41

您可以编辑模板使用的文件。更好的是,创建自己的。文件+导出模板。

You can edit the files that are used by the template. Better yet, create your own. File + Export Template.

烟雨凡馨 2024-09-23 04:01:41

您不必输入它们。编写代码时,输​​入类的名称(不带名称空间)。然后点击CTRL+.。这将打开解析类型智能感知帮助器。它将把 using 语句添加到文件的顶部。无需滚动。

You don't have to type them in. When writing the code, type in the name of the class (without the namespace). Then hit CTRL+.. That will open up the resolve type intellisense helper. It will add the using statement to the top of the file. No scrolling necessary.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文