Have we thought about bundling an external solution explorer? #1850
Replies: 3 comments 13 replies
-
The creator of vscode-solution-explorer also just added move file up/down for files in F# projects. |
Beta Was this translation helpful? Give feedback.
-
That's certainly an idea but there are a lot of open questions I have. The primary ones are:
|
Beta Was this translation helpful? Give feedback.
-
I created an extension pack that demonstrates what I originally envisioned. The pack is published if you want to try it out. The F# features for vscode-solution-explorer are also released. The pack very simply installs both Ionide and vscode-solution-explorer and hides the Ionide tree view by default ( If we ever wanted to officially offload the explorer tree view, we could achieve a similar result using |
Beta Was this translation helpful? Give feedback.
-
The solution explorer seems like a good bit of code to maintain and a source of many feature requests.
It also seems like separable sub-problem.
Has bundling a 3rd party solution explorer been considered?
Are there constraints or benefits that make a first party explorer preferable?
Possible 3rd-party Explorer
vscode-solution-explorer is a dedicated solution explorer project that I use it for C#. It doesn't need much lift to support F# and it already handles significant feature lifts like
I recently contributed a few tweaks to smooth the F# experience (showing ordered files, open project file on click). They haven't been deployed yet though.
I think the main lift would be move file up/down and add file above/below.
Beta Was this translation helpful? Give feedback.
All reactions