developerasun / myCodeBox-web

Open source code box for web developers.
Apache License 2.0
5 stars 0 forks source link

Compiler : Pragma #188

Open developerasun opened 2 years ago

developerasun commented 2 years ago

research : understanding what Pragma means

read this

This project brings Remix plugins to Visual Studio Code. Remix plugins can perform a variety of tasks such as verifying contracts, linting, generating documentation, running tutorials, compiling, debugging and much more. The Remix Plugin API allows plugins that run in Remix to run in Visual Studio Code too. It allows developers to access and interact with the file system, components, extensions and other Remix plugins without actually having to create a different code base.

reference