problem
prompts are scoped to the buffer you are in
goal
we should be able to tag files in a workspace (i.e. "take the methods in @foo.c and move them to this file")
this is actually a bit more involved. we need to recursively search files and maybe even resolve a root. i don't think both though. i think we can start at the cwd of the buffer we prompt in and step backwards or we can just resolve a root upon loading of the plugin and cache/populate active files to the session. but idk how we would resolve a root for a project that isnt a git repo... @LOTaher any ideas?
design
i dunno im at work just thought it was important to note before #12
refs
PR #12
problem
prompts are scoped to the buffer you are in
goal
we should be able to tag files in a workspace (i.e. "take the methods in
@foo.cand move them to this file")this is actually a bit more involved. we need to recursively search files and maybe even resolve a root. i don't think both though. i think we can start at the cwd of the buffer we prompt in and step backwards or we can just resolve a root upon loading of the plugin and cache/populate active files to the session. but idk how we would resolve a root for a project that isnt a git repo... @LOTaher any ideas?
design
i dunno im at work just thought it was important to note before #12
refs
PR #12