https://github.com/everythingfunctional/fpm-for-vs
Use the Fortran Package Manager from within Visual Studio
https://github.com/everythingfunctional/fpm-for-vs
Last synced: 11 months ago
JSON representation
Use the Fortran Package Manager from within Visual Studio
- Host: GitHub
- URL: https://github.com/everythingfunctional/fpm-for-vs
- Owner: everythingfunctional
- License: other
- Created: 2021-04-22T19:14:53.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-09T19:54:46.000Z (over 4 years ago)
- Last Synced: 2025-04-14T08:09:35.534Z (11 months ago)
- Language: C#
- Size: 106 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Fortran Package Manager for Visual Studio (fpm for VS)
[](https://ci.appveyor.com/project/everythingfunctional/fpm-for-vs/branch/main)
Download this extension from the [VS Gallery](https://marketplace.visualstudio.com/items?itemName=SourceryInstitute.fpm-for-VS)
or get the [CI build](https://www.vsixgallery.com/extension/fpm_for_VS.7add2675-0a9c-493f-9886-9d674f711c42).
------------
This extension adds options and menu entries for building, running and testing your Fortran project using the [Fortran Package Manager (fpm)](https://github.com/fortran-lang/fpm).
## Usage
In the Tools->Options dialog, find the entry "fpm Options", and specify the appropriate values for the various options.
Note that leaving an option blank is valid, as it means the extension will simply not include that in the options passed to fpm, and thus fpm will simply use the default.
Use one of the entries in the Extensions->fpm menu to execute `fpm build`, `fpm run` or `fpm test`, using the options specified in the previous step.
## Contributing
For background material and getting started, I found [this video](https://channel9.msdn.com/Events/Build/2016/B886) to be a great start, and of course [the official documentation](https://docs.microsoft.com/en-us/visualstudio/extensibility/starting-to-develop-visual-studio-extensions?view=vs-2019).
Please [open an issue](https://github.com/everythingfunctional/fpm-for-VS/issues/new/choose) to report a bug, or request a feature so that it can be discussed before submitting a [pull request](https://github.com/everythingfunctional/fpm-for-VS/compare).
## Acknowledgements
We would like to acknowledge the Nuclear Regulatory Commission (NRC) for providing the initial funding to develop this extension and for allowing us to make it open-source.