| 1 | == Visualiser plugin == |
| 2 | |
| 3 | RefactorErl offers a new VS code plugin, which can be downloaded from [https://github.com/robertfiko/refactorerl-visualiser here]. Installation steps are listed in that repository. |
| 4 | |
| 5 | '''Before you start, you should have a well configured database. See the [http://pnyf.inf.elte.hu/trac/refactorerl/wiki/ManagingFiles Managing files] section of the Wiki. And you also need to have Yaws installed, and its EBIN added to the tool.''' |
| 6 | |
| 7 | == Sidebar == |
| 8 | |
| 9 | |
| 10 | - You can check the connection with RefactorErl (as it uses WebSocket connection with RefactorErl) |
| 11 | - Database synchronisation |
| 12 | - Running and clearing [http://pnyf.inf.elte.hu/trac/refactorerl/wiki/DynamicCallAnalysis dynamic analysis] |
| 13 | - See the results of the built-in and custom queries |
| 14 | |
| 15 | == Custom queries == |
| 16 | |
| 17 | They can be run from the Command Palette, by hitting Cmd + Shift + P or Ctrl + Shift + P and typing for RefactorErl. |
| 18 | |
| 19 | == Dependency graphs == |
| 20 | |
| 21 | The form to request a dependency graph can be accessed from the Command Palette, by hitting Cmd + Shift + P or Ctrl + Shift + P and typing for RefactorErl. |
| 22 | |