Giter Site home page Giter Site logo

lbragile / line-width-indicator Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 1.0 503 KB

A VS Code Extension that shows the user how many characters they have left to type before reaching the line limit.

Home Page: https://marketplace.visualstudio.com/items?itemName=lbragile.line-width-indicator

License: MIT License

TypeScript 91.25% JavaScript 8.75%
character-counter character-information vscode-extension vscode-formatter

line-width-indicator's Introduction

Hey there!

My name is Lior Bragilevsky and I am a self taught Software Development Engineer that is always up to the challenge. I have firm goals to learn new things daily. My daily routine revolves around full stack projects that are of interest to me/for clients, play logical games like chess, workout, and hang out with friends.

GitHub Stats ๐Ÿ“ˆ

GitHub Stats Top Languages

TabMerger chessCAMO

How To Reach Me ๐Ÿ“ซ

StackOverflow Reddit GitHub LinkedIn Email

You can ask me anything you want, from collaborations on projects to help with a topic that you are currently stuck on - nothing is off limits.

line-width-indicator's People

Contributors

dependabot[bot] avatar lbragile avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

simakeng

line-width-indicator's Issues

[FEATURE]: Count comment line length

Is your feature request related to a problem? Please describe.
I can't visualise when a line of a comment is longer than 80 characters (excluding indentation). If it's longer, then the line will be split up when I format the document.

Describe the solution you'd like
It would be nice to have an option to enable a separate limit for comments without indentation.

Describe alternatives you've considered
I tried to set up rulers, but then I relealised that this is dependent on the indentation.

Additional context
Here's an example:

// 45678901234567890123456789012345678901234567890123456789012345678901234567890    0 characters left
public class Main {
    // 45678901234567890123456789012345678901234567890123456789012345678901234567890    0 characters left
}

image

Publish `lbragile.line-width-indicator` to Open VSX

Dear extension author,
Please publish this extension to the Open VSX marketplace.

Context

Unfortunately, as Microsoft prohibits usages of the Microsoft marketplace by any other products or redistribution of .vsix files from it, in order to use VS Code extensions in non-Microsoft products, we kindly ask that you take ownership of the VS Code extension namespace in Open VSX and publish this extension on Open VSX.

What is Open VSX? Why does it exist?

Open VSX is a vendor neutral alternative to the MS marketplace used by most other derivatives of VS Code like VSCodium, Gitpod, OpenVSCode, Theia-based IDEs, and so on.

You can read on about Open VSX at the Eclipse Foundation's Open VSX FAQ.

How can you publish to Open VSX?

The docs to publish an extension can be found here. This process is straightforward and shouldn't take too long. Essentially, you need an authentication token and to execute the ovsx publish command to publish your extension. There's also a doc explaining the whole process with an example GitHub Action workflow.

[FEATURE]: Color gradient according to how many chararcter left.

Just an aesthetic perspective feature request.

Like set two breakpoints with gradient enabled:

"LWI.breakpoints": [
        {
            "color": "rgb(0, 255, 0, 0.6)",
            "column": 80
            "gradient" : true,
        },
        {
            "color": "rgb(255, 0, 0, 0.6)",
            "column": 102,
            "gradient" : true,
        }
    ],

Then when count in the range, interpolate the color between green and red using character count.

[FEATURE]: opacity

Hello, can you add opacity to the letters? because currently it appears very strong and can be confused with the current theme of my vscode.

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.