Rider: Add Solution Item (ala VS)
Not really an issue per se, since there are other ways to get there.
I haven't found a way to show Markdown (e.g. README.md) files in Solution View (you can in Folder View).
In Visual Studio: Add Solution Item → which add this in the `.sln` file:
Project("{2150E333-8FDC….}") = "Solution Items", "Solution Items", "{34D…}" ProjectSection(SolutionItems) = preProject ..\.gitignore = ..\.gitignore ..\README.md = ..\README.md EndProjectSection
As stated, not really an issue, just checking if I just missed something….
Thanks!
Please sign in to leave a comment.
Hello Edchavez,
Thank you for contacting JetBrains Support. I'm glad to work with you on this ticket.
Rider does support adding files in solution view, though the workflow differs slightly from VS. When adding a solution item in VS, it creates a solution folder automatically.
Rider requires you first to create a solution folder manually, then add files from context of that folder.
If this doesn’t match your scenario or if you’re encountering a different issue, please let me know—I’m happy to help clarify or explore alternatives.
Thanks,
Tom
And..there it is! Thank you