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
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
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/bundledirectory 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
listcommand that lists all the files it intends to analyze, and maybe even a--countoption that will just state the count? (or something along those lines.wc -lcould 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