Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSharp Solution (.sln) and csproj file support #1968

Open
1 task
MsN-12 opened this issue Dec 16, 2024 · 4 comments
Open
1 task

CSharp Solution (.sln) and csproj file support #1968

MsN-12 opened this issue Dec 16, 2024 · 4 comments
Labels
language A request to add a language extension

Comments

@MsN-12
Copy link

MsN-12 commented Dec 16, 2024

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

@osiewicz
Copy link
Contributor

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?)

@MsN-12 MsN-12 closed this as completed Dec 17, 2024
@MsN-12 MsN-12 reopened this Dec 18, 2024
@MsN-12
Copy link
Author

MsN-12 commented Dec 18, 2024

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

@MsN-12
Copy link
Author

MsN-12 commented Dec 18, 2024

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

@AnErrupTion
Copy link

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
language A request to add a language extension
Projects
None yet
Development

No branches or pull requests

4 participants