Coder Social home page Coder Social logo

rogero.regionhighlights's People

Contributors

fschick avatar nir1812 avatar rog1039 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

rogero.regionhighlights's Issues

BUG - Regions should be colorized only when seen

Hi, I found a basic bug, that I don't like about this extension.
Let's say I have a method, in which I have a region. Once I collapse the whole method, it's body get's colorized, just because it has a region inside it.. But it shouldn't !!! And then when I collapse whole class, there is some very strange colorization....

Colorize only regions, when you see them. once they can't be seen, because they are collapsed in outer block, you should not show any colorization...

But I like your extension, it's a nice one, thanks for this work :)

image

Does not support Vb.Net

Does not correctly identify "#Region" and "#End Region" tags for VB.Net, as observed in VS2017.

Additional information:
Observed using "Dark" VS color theme. Other themes not tested.

Support for VS2022 64bit versions

You have to update the manifest in order to support 64 bit too:

<Installation>
    <InstallationTarget Version="[11.0,18.0)" Id="Microsoft.VisualStudio.Pro">
        <ProductArchitecture>x86</ProductArchitecture>
    </InstallationTarget>
    <InstallationTarget Version="[11.0,18.0)" Id="Microsoft.VisualStudio.Community">
        <ProductArchitecture>x86</ProductArchitecture>
    </InstallationTarget>
    <InstallationTarget Version="[11.0,18.0)" Id="Microsoft.VisualStudio.Enterprise">
        <ProductArchitecture>x86</ProductArchitecture>
    </InstallationTarget>
    <InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Pro">
        <ProductArchitecture>amd64</ProductArchitecture>
    </InstallationTarget>
    <InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community">
        <ProductArchitecture>amd64</ProductArchitecture>
    </InstallationTarget>
    <InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Enterprise">
        <ProductArchitecture>amd64</ProductArchitecture>
    </InstallationTarget>
</Installation>

Be able to configure colours / opacity

When VS is in dark mode it can be hard to see the highlights. Because a lot of people get this extension to make regions very obvious, this needs to not be the case.
Please make this configurable without needing to edit and compile the source.

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.