extensions icon indicating copy to clipboard operation
extensions copied to clipboard

CSharp Solution (.sln) and csproj file support

Open MsN-12 opened this issue 1 year ago • 4 comments

Check for existing issues

  • [ ] Completed

Describe the feature

for C#/Dotnet we need support for .sln and .csproj files. also need to hide some folders like obj, bin, ....

Environment

image image

If applicable, add mockups / screenshots to help present your vision of the feature

No response

MsN-12 avatar Dec 16 '24 13:12 MsN-12

What would you expect us to support with .sln and .csproj exactly? Should we just have an XML icon for them? or would you like us to be able to support these project formats (which I think is unlikely to be something we'll implement in the future?)

osiewicz avatar Dec 16 '24 13:12 osiewicz

csproj file contains some references for example. you can check the references. give us syntax highlit at least.

MsN-12 avatar Dec 18 '24 06:12 MsN-12

by the way, dotnet developers need .cshtml support. support means syntax highlight and reference check for razor component, csharp model, ...

MsN-12 avatar Dec 18 '24 07:12 MsN-12

What would you expect us to support with .sln and .csproj exactly? Should we just have an XML icon for them? or would you like us to be able to support these project formats (which I think is unlikely to be something we'll implement in the future?)

.sln files only reference projects and can thus be useful for a special "Projects" tab, like some code editors do (VSCode & Fleet). .csproj files contain references to other projects (which is useful when going to the definition of a class for example).

AnErrupTion avatar Dec 18 '24 20:12 AnErrupTion