Code Monkey home page Code Monkey logo

makefiles-runner's Introduction

Makefiles-Runner for VsCode

Make runner for VsCode. Simplify your development by easily running your makefiles commands directly from your IDE interface.

Usage

  • Create your "Makefile" at the root of your project
  • Show the Makefiles-Runner panel
  • Run any command with one click ๐Ÿš€

Feature

Makefile allows you to simply run your makefile commands from the side bar panel.


Usage demo

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

Licence

This project is licensed under the MIT License - see the LICENSE.md file for details.

Show your support

Give a โญ๏ธ if this project helped you!

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

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

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)) { ... }

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.