简体   繁体   English

VS F#机盖测试添加文件夹

[英]VS F# canopy test adding folder

I want to ask you, if it´s somehow possible, to add folder, to sort out Test´sa little bit.. When i am doing in C# parts, there is normally option 我想问你,如果可以的话,添加文件夹,整理一下Test。一点。当我在C#部分中工作时,通常有选择

right click-> add ->new folder 右键单击->添加->新文件夹

In F# case, it looks like it´s missing. 在F#情况下,看起来好像丢失了。

I tried to add it even out of VS, via the Win. 我试图通过Win将其添加到VS之外。 explorer, but its not working. 资源管理器,但无法正常工作。

添加文件夹F#

Edit: I have found quite poor solution and that´s actually, that you create new folder in C# part and then cut it out and paste to F# section but it´sa bit weird, so any ideas are welcome. 编辑:我发现了一个很差的解决方案,实际上,您在C#部分中创建了一个新文件夹,然后将其剪切并粘贴到F#部分,但这有点奇怪,因此欢迎提出任何想法。

在VS2013中未实现此功能,但您可以使用F#Power Tools扩展( http://fsprojects.github.io/VisualFSharpPowerTools/ )或手动创建它( http://marcinjuraszek.com/2014/03/folders-in-f -projects-how-to-do-it-what-to-avoid.html

You can either use F# Project Extender or edit the project file manually. 您可以使用F#Project Extender或手动编辑项目文件。 Details are here . 详细信息在这里

Edit: This article explains how to keep your project organized without folders. 编辑: 本文介绍了如何使您的项目保持组织而没有文件夹。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM