[FEATURE REQUEST] See more code context
I find myself wanting/needing more context to make an acceptance or not. Here's an example:
Update(file_path: src/asdfcap/strategies/strat_impls/strat/impl.rs)…
⎿ Updated src/asdfcap/strategies/strat_impls/strat/impl.rs with 1 addition
1453 state.clone(),
1454 &mut new_orders,
1455 some_num,
1456 Some(&positions),
1457 ) {
1458 errors.push(err);
1459 }
This func is quite long, necessarily, and so I was wondering what func this was even in (I wasn't sure but thought I knew after wondering for a minute). So I wanted to see the surrounding code context. Just more lines of code, or maybe the ability to scroll up and down.
And then another idea is to always show the function name. That would really provide dramatically more context with a single line. You already show the filename, which is helpful. Perhaps the func name would be more helpful than the file name even. It would provide more specific context, in all cases except when the file name matches the func name which I would hazard a guess is very often. And then you would still have to wonder if the file name matched the func name (unless your entire codebase was like this).
Anyways, thank you for this literally life changing product!!!
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗