Giter Club home page Giter Club logo

vscode-csharp-snippets's People

Contributors

j0rgeserran0 avatar jaguar9383 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

vscode-csharp-snippets's Issues

WebApi hello world snippet is missing

Hi Jorge,

It would be appreciate to have an snippet for creating new webapi project (core type).

I hope it helps to you for having more useful extension in @code.

Thanks so much in advance.

Best regards,
David.

Support for context aware class snippets

I don't know if this is actually possible since I've never developed any extension for vscode, but one thing that I think would be nice is if there was some snippet for scaffolding a class with its namespace already resolved.

Example

I just created a file named "Person.cs" on the "Entities" folder that belongs to the "MyProject.csproj". If I typed the snippet classn, it would generate the following data:

namespace MyProject.Entities
{
    public class Person
    {
        
    }
}

Extras

  • Account for the RootNamespace tag on the .csproj file

.Net6 C#10

Will you update this for .net6? and c#10?

Problem of incompatibility in this extension and Microsoft C# extension

As the title states, there is a problem with this extension: https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp

It appears that some snippets given by this extension along with .NET installed on my computer.

For example in a non initialized environment by running dotnet new (....)
This is what appears
image

image

sometimes there are snippets sometimes there are none.

However, when disabling or uninstalling this C# Snippets extension and keeping C# Microsoft extension the issue goes away and all the snippets appear when running dotnet...
There also seems to be about a 2-5 minutes gap upon installation or after uninstallation when the snippets error occurs.

High memory consumption

Im experiencing high mem consumption with extension version v1.1.0 and latest vscodium version (1.81.1).

My environment is for the Unity stack, so core extensions are: C#, C# Dev Kit, Intellicode for C#, Unity and Plastic extension may be relevant too.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.