JetBrains / MPS-extensions

MPS-extensions aims to ease language development within MPS.
https://jetbrains.github.io/MPS-extensions/
Apache License 2.0
80 stars 49 forks source link

Add a simple tool to list dependencies used in the project in a file #704

Closed HeikoBecker closed 8 months ago

HeikoBecker commented 8 months ago

This PR adds a new action to the MPS interface under Tools -> MPS statistics.

The action Gather used languages scans the currently opened project and records all dependencies (languages and solutions) in a file dependencies.txt in the project root. This should allow for easier dependency tracking across projects by having a point of reference.

HeikoBecker commented 8 months ago

Thank you for the review and the improvements. LGTM.