Giter VIP home page Giter VIP logo

makefiles-runner's Introduction

Hello friend ~ ๐Ÿ–ฅ

My name is Akecel, i'm a web developer specialized in Backend development, API Rest Design and DevOps.

๐Ÿ–ฅ - Working with PHP / Laravel
๐ŸŒฑ - Currently learning Go
๐Ÿง - Looking for build something meaningful

Shoot the moon, even if you miss, you'll land among the stars.
- Oscar Wilde

makefiles-runner's People

Contributors

akecel avatar dependabot[bot] avatar jeremy-allocate avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

jeremy-allocate

makefiles-runner's Issues

Why must Makefile commands use `: ##`

Hey, awesome idea for a VSCode extension, I just have one small "problem" which is that it doesn't recognize my commands sometimes because the extension requires commands to have : ## (with exactly one space). I'm not a Makefile expert but as far as I know this is not required, just a common practice.

Would it be an idea to make this format optional, perhaps the parser can be configurable 100%? Or the "condition" for a line being a command it can boiled down to something like:

if (/^[a-z]+:($|[^=])/.match(line)) { ... }

Alphabetical sorting of the command list?

Is your feature request related to a problem? Please describe.
We don't have the best internal discipline around keeping the commands in our Makefile in any kind of meaningful order, meaning it would be easier to find a command in the extension's list if that list was sorted from A-Z. I could see this being an extension setting someday, but I wonder what you'd think of making it the default instead of showing the same ordering as in the Makefile.

Describe the solution you'd like
For the command list to be alphabetically sorted.

Describe alternatives you've considered
Manually sorting our Makefile commands and trying to maintain that ordering over time.

Additional context
N/A

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.