Coder Social home page Coder Social logo

vscoloroutput64's Introduction

Image

Project Description

VSColorOutput is a Visual Studio extension that adds color highlighting to Visual Studio's Build and Debug Output Windows. Errors are in Red, Warnings in Yellow, build headers are Green.ย 

Custom match patterns can be added. Colors can be modified.

Developed in C#

Image

Colors can be edited from the Fonts and Colors dialog under the Text Editor category. Look for items starting with "VSColorOutput".

An options page is used to add custom match expressions.

(More Information)

vscoloroutput64's People

Contributors

andy-kohne avatar barokai avatar dmitry-me avatar drewnoakes avatar gandarez avatar guzevartem avatar joesdu avatar jzabroski avatar kmgallahan avatar mac2000 avatar madskristensen avatar mike-ward avatar re995 avatar russkie avatar salinecrew avatar svenaelterman 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  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  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

vscoloroutput64's Issues

Feature request

Hi Mike, do you accept a feature request?
I'm searching for a way to clear the output window with a shortcut.

arm64 build tested

I haven't found it on marketplace but I downloaded it here, built it and it works like a charm on VS arm on macbook pro m1

Thanks!

No colors in VS 2022

Hello,
Since switching from VS 2019 to VS 2022, I no longer have any colors in my output window. The build report is displayed fine, so the extension is active.
I tried to disable R# and other extensions, unsuccessfully.
The extension was installed directly from the "Extensions" menu in VS.

Do you have an idea to make this essential extension work again?

Thank you

Any way to get timestamps and build times to work with CMake projects?

I love this extension and have used it for many years. I only use CMake projects in Visual Studio now. Tweak2022 manages to put timestamps in the output window during builds, but unfortunately, it messes up the text (never shows the line saying build complete, for example, so I can't tell when it is done). Any way that VSColorOutput64 could put timestamps that work better than Tweak2022's? Thanks.

Long String is too Slow

I apologize for my poor English.
First of all, thank you for creating such a wonderful extension

The bug I found is that when outputting a very long string (e.g. cl command), there is a freeze for a while and then the output window works.

I think regex is slow.

Please check this issue, thank you

Default color 'DarkBlue' for Information tag

The default color DarkBlue for Information looks very nice on all themes except dark ones. I'm using a built-in dark theme and cannot read the Information output at all due to dark contrast.

Is it possible to have this particular color change if the theme is set to dark?

[FEATURE REQUEST] Ability to omit [Config|Platform] in lines of build report.

Is it even possible to perform a build where different projects build with different debug/release/config settings at the same time? I'm not aware of that being possible.

For me, the addition of [Config|Platform] to every line of the 'Projects build report' is visually noisy.
Can you please update that output to only add that to the header?

Instead of this:

Projects build report:
  Status    | Project [Config|platform]
 -----------|---------------------------------------------------------------------------------------------------
  Succeeded | ZERO_CHECK [Debug|x64]
  Succeeded | Library [Debug|x64]
  Succeeded | Core [Debug|x64]

Have this:

Projects build report:
  Status    | Project [Debug|x64]
 -----------|---------------------------------------------------------------------------------------------------
  Succeeded | ZERO_CHECK 
  Succeeded | Library 
  Succeeded | Core 

Or, at least, have an option to select that output format.

Regards

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.