ruby_language_server
ruby_language_server copied to clipboard
Add shallow parsing
For files that you are not looking at, you really don't need to know about the local variables, blocks, etc. Seems like the parser should be able to skip the contents of methods - which should be > 80% of the work. WIN!