søndag den 26. juni 2016

Copy Paste Visual Studio Code to Blog

Download Productivity Power Tools 2015

Herefter vil HTML formatteringen medtages når du bruger CTRL+C

Før installation af Productivity Power Tools 2015 ser formateringen  ud som nedenstående

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;

namespace WebApplicationTest.Models
{
    public class Class1
    {
        public int test { get; set; }
        public int id { get; set; }
    }
}

Før installation af Productivity Power Tools 2015 ser formateringen ud som nedenstående

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
 
namespace WebApplicationTest.Models
{
    public class Class1
    {
        public int test { getset; }
        public int id { getset; }
    }
}


Ingen kommentarer:

Send en kommentar