Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I force file ordering in F# projects using vscode?

I'm trying to work with vscode in my WebSharper project (Ionide plugin seems... Whoah!) but when I load the fsproj into vscode, files in the explorer are ordered by name, not by "F# precedence". How can I configure vscode so that files are correctly ordered? Thank you.

like image 271
Michael-Jorge Gómez Campos Avatar asked Oct 19 '16 06:10

Michael-Jorge Gómez Campos


1 Answers

The VS-like project explorer has been added to Ionide recently. It includes assembly references, project references, and ordered files (including folder supports). We've also added several commands to manipulate project and file order, you can access them with right-click context menu on this new project explorer

enter image description here

like image 196
Krzysztof Cieslak Avatar answered Sep 18 '22 23:09

Krzysztof Cieslak