searchcode-server
searchcode-server copied to clipboard
Please add an option to increase the context
This would mean making it possible to control the number of lines before and after a match. Similar to how grep works with the -B5 -A5 options.
Need to pay careful attention to performance impacts of this change and consider how this affects the display, as if set too high it could display too much on the main result.
https://github.com/boyter/searchcode/issues/45