moodymudskipper / flow

View and Browse Code Using Flow Diagrams
https://moodymudskipper.github.io/flow/
Other
395 stars 26 forks source link

RStudio addin #18

Closed moodymudskipper closed 4 years ago

moodymudskipper commented 4 years ago

We can select code and pressing hotkeys will display the chart, we can have heuristics decide what to display, but probably a menu with multiple choices is acceptable in some cases:

moodymudskipper commented 4 years ago

not so useful, putting on hold

moodymudskipper commented 4 years ago

I still don't know how to do the "no selection" part with rstudioapi, but I think addin might be useful because :

moodymudskipper commented 4 years ago

done!

first tries to see if selection is a path, using file.exists, then if it's a symbol, eval and treat as function, else treat as script

github-actions[bot] commented 2 years ago

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.