Giter VIP home page Giter VIP logo

vscode-solidity-flattener's Introduction

get in touch with Consensys Diligence
[ ๐ŸŒ ๐Ÿ“ฉ ๐Ÿ”ฅ ]

VSCode Solidity Contract Flattener

truffle-flattener context menu integration for vscode.

Adds a context menu to flatten solidity contracts from truffle projects:

  • NOTE/REQUIRED: Make sure you've installed truffle and the project's dependencies (npm install).
  • select files, right-click -> Solidity: flatten selected file(s)
  • or cmd + shift + p -> Solidity Flattener - flatten current file.

context-menu

Developers

truffle-flattener.contextMenu.flatten can be called by any other extension as following:

  • files .. an array of files to flatten
  • callback .. function to be called as callback(string:filepath, string:truffle-path, string:flattened_contract) on flatten success
  • showErrors .. enable or suppress vscode info/error notifications
 vscode.commands.executeCommand("vscode-solidity-flattener.flatten", {files: files, callback:callback, showErrors:showErrors})
        .catch(error =>{
            // command not available
            vscode.window.showWarningMessage("Error running `tintinweb.vscode-solidity-flattener`. Please make sure the extension is installed.\n" + error)
        })

Credits

Release Notes

see CHANGELOG


vscode-solidity-flattener's People

Contributors

tintinweb avatar

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.