您可以在Visual Studio片段中自动插入名称空间吗? [英] Can you automatically insert a namespace in a visual studio snippet?

查看:74
本文介绍了您可以在Visual Studio片段中自动插入名称空间吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个为我创建C#类的代码段。

I have a code snippet that creates a C# class for me. It puts the regions in all the right places and sets it up just the way I like it.

当我通过添加新项目创建类时,它会自动创建名称空间

When I create a class by adding a new item it automatically creates the namespace based on my project and folder structure.

有没有一种方法可以对我的自定义代码段执行相同的操作?

Is there a way I could do the same action with my custom snippet?

有没有办法将默认类更改为所需的类格式?

Is there a way I can change the default class to look like the class format I want?

推荐答案

我不这样做认为使用VS片段可以做到这一点,只有可用功能很少,它们在MSDN上列出。不过,您可以创建一个新的项目模板,并使用 parameter $ rootnamespace $,它将替换为当前项目的根名称空间。项目模板是Visual Studio的一个非常有用的部分,MSDN具有有关它的大量文档,并且Visual Studio Magazine的很好的介绍关于他们。

I do not think that this is possible with VS Snippets, there are only a few available functions, and they are listed at MSDN. You could, though, create a new Item Template and use the parameter $rootnamespace$, which will be replaced with the root namespace of the current project. Item templates are a really useful part of Visual Studio, and MSDN has extensive documentation on it and Visual Studio Magazine had a nice walkthrough about them.

这篇关于您可以在Visual Studio片段中自动插入名称空间吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆