본문 바로가기
잡다한 기술

Visual Studio 2010 테마 사용하기 [C#용 Visual Assist]대용으로...

by 건우아빠유리남편 2011. 5. 4.
반응형

 

VS2010을 사용하면서 좀 더 코드에 대한 가독성을 높이기 위해 테마를 적용할 수 있다.
테마라기 보다는 [설정 가져오기] 또는 [스키마 가져오기] 가 되겠다. 단지... 이 테마들은 C#의 문법을 기준으로 작성되었기 때문에C++에서는 그닥 효율적이지 않다.


사이트 :  http://studiostyl.es/schemes

위 사이트에서 각 테마의 이름을 클릭하면 다운받아지고, 다운 받아진 파일을 VS2010에서 설정 가져오기 및 내보내기  메뉴를 통해서 가져오면 똑가틍 style로 된다.
왜 다들 까망 바탕으로 하는거지... 일단 이것 저것 써보고 맞는걸로 쭉 써야지


아래는 샘플로 가장 인기있는 테마만 일단 다운로드 할 수 있다.

Schemes

  • public class Snippet : IThemeable { static void Main() { if("hello".Length < (43 ^ 2)) new Uri("http://there.com"); } } // "Son of Obsidian"

    Son of Obsidian


     

  • public class Snippet : IThemeable { static void Main() { if("hello".Length < (43 ^ 2)) new Uri("http://there.com"); } } // "WekeRoad Ink"

    WekeRoad Ink



  • public class Snippet : IThemeable { static void Main() { if("hello".Length < (43 ^ 2)) new Uri("http://there.com"); } } // "Coding Instinct Theme"

    Coding Instinct Theme



  • public class Snippet : IThemeable { static void Main() { if("hello".Length < (43 ^ 2)) new Uri("http://there.com"); } } // "Selenitic"

    Selenitic



  • public class Snippet : IThemeable { static void Main() { if("hello".Length < (43 ^ 2)) new Uri("http://there.com"); } } // "Zenburn 2010"

    Zenburn 2010



  •  
    public class Snippet : IThemeable { static void Main() { if("hello".Length < (43 ^ 2)) new Uri("http://there.com"); } } // "Coding Horror 2010"

    Coding Horror 2010



  • public class Snippet : IThemeable { static void Main() { if("hello".Length < (43 ^ 2)) new Uri("http://there.com"); } } // "Humane Studio"

    Humane Studio



  • public class Snippet : IThemeable { static void Main() { if("hello".Length < (43 ^ 2)) new Uri("http://there.com"); } } // "Twilight"

    Twilight



  • public class Snippet : IThemeable { static void Main() { if("hello".Length < (43 ^ 2)) new Uri("http://there.com"); } } // "Code Anxiety"

    Code Anxiety



  • public class Snippet : IThemeable { static void Main() { if("hello".Length < (43 ^ 2)) new Uri("http://there.com"); } } // "Ragnarok Blue"

    Ragnarok Blue



  • public class Snippet : IThemeable { static void Main() { if("hello".Length < (43 ^ 2)) new Uri("http://there.com"); } } // "Nightfall"

    Nightfall



  • public class Snippet : IThemeable { static void Main() { if("hello".Length < (43 ^ 2)) new Uri("http://there.com"); } } // "bespin"

    bespin



  • public class Snippet : IThemeable { static void Main() { if("hello".Length < (43 ^ 2)) new Uri("http://there.com"); } } // "Monokai"

    Monokai



  • public class Snippet : IThemeable { static void Main() { if("hello".Length < (43 ^ 2)) new Uri("http://there.com"); } } // "Mustang"

    Mustang



  • public class Snippet : IThemeable { static void Main() { if("hello".Length < (43 ^ 2)) new Uri("http://there.com"); } } // "Easy on the eyes"

    Easy on the eyes



  • public class Snippet : IThemeable { static void Main() { if("hello".Length < (43 ^ 2)) new Uri("http://there.com"); } } // "Vibrant Ink"

    Vibrant Ink



  • public class Snippet : IThemeable { static void Main() { if("hello".Length < (43 ^ 2)) new Uri("http://there.com"); } } // "desertEx Revised"

    desertEx Revised



  • public class Snippet : IThemeable { static void Main() { if("hello".Length < (43 ^ 2)) new Uri("http://there.com"); } } // "Easy On The Eyes"

    Easy On The Eyes



  • public class Snippet : IThemeable { static void Main() { if("hello".Length < (43 ^ 2)) new Uri("http://there.com"); } } // "Ocean"

    Ocean



  • public class Snippet : IThemeable { static void Main() { if("hello".Length < (43 ^ 2)) new Uri("http://there.com"); } } // "Desert Nights Reloaded (2008/2010)"

    Desert Nights Reloaded (2008/2010)



 

반응형

댓글