Command to return count and list of files analyzed by solargraph #673
Fire-Dragon-DoL
started this conversation in
Ideas
Replies: 1 comment
-
The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
My team encountered multiple times a problem where solagraph was analyzing more than 5000 files because there was something that wasn't excluded. One of the culprit was a nested gem with
vendor/bundle
directory for development gems.Solargraph doesn't provide any feedback in what files it analyzed or how many it did through the command line (it does over socket though, given that VS Code informs us of that).
Would it be possible to provide a
list
command that lists all the files it intends to analyze, and maybe even a--count
option that will just state the count? (or something along those lines.wc -l
could be sufficient for counting)This is very useful to debug setups as well as to validate that solargraph is properly configured.
Beta Was this translation helpful? Give feedback.
All reactions