dotnet/roslyn

When pasting a comment that was copied and then pasted doesn't work

Open

#55,816 opened on Aug 23, 2021

 (0 comments) (0 reactions) (0 assignees)C# (4,257 forks)batch import
Area-IDEBugDeveloper CommunityIDE-Formatterhelp wanted

Repository metrics

Stars
 (20,414 stars)
PR merge metrics
 (Avg merge 6d 17h) (256 merged PRs in 30d)

Description

This issue has been moved from a ticket on Developer Community.


[severity:It bothers me. A fix would be nice] If you copy this

		/*
		 * =====================================================
		 *                  Solving methods
		 * =====================================================
		 */

and try to paste it, you get this

		/*
 * =====================================================
 *                  Solving methods
 * =====================================================
 */

This is really bad, and should be fixed.


Original Comments

Feedback Bot on 8/23/2021, 01:50 AM:


Original Solutions

(no solutions)

Contributor guide