Giter Site home page Giter Site logo

rajivsah / make-runner Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 1.0 2.94 MB

vscode extension to run makefile in the integrated terminal.

Home Page: https://marketplace.visualstudio.com/items?itemName=rajivshah01234.make-runner&ssr=false#overview

License: MIT License

JavaScript 100.00%
hacktoberfest javascript make makefile tool vscode vscode-extension

make-runner's Introduction

Hi there ๐Ÿ‘‹

make-runner's People

Contributors

alextop99 avatar rajivsah avatar shweta200126 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

shweta200126

make-runner's Issues

Add extension logo

Currently, the extension is published without any logo. This issue is to add a logo for the extension.
Logo sample:
Screen Shot 2020-10-13 at 09 27 21

Resize tutorial gif

Reduce the height of the tutorial gif in the readme file so that it can fit on the screen.

Path with spaces not working

The path is not put within quotes. When you run a make command in a path containing spaces, make sees the part before the first space as the path and the rest as other arguments.

E.g.:

make -C /Users/me/Documents/my new project document.pdf
make: *** /Users/me/Documents/my: No such file or directory. Stop.

This would be solved with quotes:
make -C "/Users/me/Documents/my new project" document.pdf

Add functionality to run/copy target command when cursor is kept anywhere on the target

Currently, wherever the cursor is placed the target will be executed
for example:

1 | test:
2 |  echo 'test'
3 | hello:
4 |  echo 'hello'

if the cursor is placed on the line no 1 following code is generated

make -C <file-path> test

if the cursor is placed on the line no 2 following code is generated

make -C <file-path> echo 'test'

expected behavior is

make -C <file-path> test

We can use https://github.com/kba/makefile-parser library to parse the makefile and find the best suitable target.

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.