Search code examples
visual-studio-2013f#web-testing

VS F# canopy test adding folder


I want to ask you, if it´s somehow possible, to add folder, to sort out Test´s a little bit.. When i am doing in C# parts, there is normally option

right click-> add ->new folder

In F# case, it looks like it´s missing.

I tried to add it even out of VS, via the Win. explorer, but its not working.

adding folder 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´s a bit weird, so any ideas are welcome.


Solution

  • It is not implemented in VS2013 but you can use F# Power Tools extension (http://fsprojects.github.io/VisualFSharpPowerTools/) or create it manually (http://marcinjuraszek.com/2014/03/folders-in-f-projects-how-to-do-it-what-to-avoid.html)