A tree view to navigate deal.ii parameter files.
- use the Atom command
dealii-prm-tree:toggle
(default shortcut:ctrl+alt+p
) to toggle the parameter tree panel; - collapse or expand subsections in the tree by clicking on their name;
- jump to the definition of parameters in the prm file by clicking on their name.
It is possible that section names, parameter names or parameter values with "special" characters (not alphanumeric, not dash, dot, comma, colon or underscore) will not be recognized. If that occurs in a reasonable case, please report it in an issue.
Please use the Github issue tracker to report bugs, request features or leave any feedback.
GNU GPL 3.0
Recommended package: language-dealii-prm.
This package was inspired by the Latex Tree package, both in terms of concept and implementation.