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

Define trivia behavior when removing a SyntaxNode #46

Open
Flash0ver opened this issue Jul 8, 2023 · 0 comments
Open

Define trivia behavior when removing a SyntaxNode #46

Flash0ver opened this issue Jul 8, 2023 · 0 comments
Labels
changelog:changed Change existing functionality (SemVer:MAJOR) question Further information is requested scope:using C# using directive type:feat Request/add a new feature (this correlates with MINOR in Semantic Versioning)
Milestone

Comments

@Flash0ver
Copy link
Member

Flash0ver commented Jul 8, 2023

Using-Globalizer

Examples

// License
#nullable enable
using System;
/* multi-line comment */
using System.Collections.Generic;
#if DEBUG
using System.Diagnostics;
#endif
using System.IO; // single-line comment
using System.Linq; // TODO
using System.Net.Http;

using System.Threading;
using System.Threading.Tasks;

namespace MyNamespace;
@Flash0ver Flash0ver added question Further information is requested type:feat Request/add a new feature (this correlates with MINOR in Semantic Versioning) changelog:changed Change existing functionality (SemVer:MAJOR) scope:using C# using directive labels Jul 8, 2023
@Flash0ver Flash0ver added this to the v1.0.0 milestone Jul 8, 2023
@Flash0ver Flash0ver modified the milestones: v1.0.0, v1.0.0-prerelease1 Oct 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:changed Change existing functionality (SemVer:MAJOR) question Further information is requested scope:using C# using directive type:feat Request/add a new feature (this correlates with MINOR in Semantic Versioning)
Projects
None yet
Development

No branches or pull requests

1 participant