solidity
                                
                                 solidity copied to clipboard
                                
                                    solidity copied to clipboard
                            
                            
                            
                        LSP: Implements find-all-references.
Checklist
- [x] find-all-references logic revived.
- [x] I've included documentHighlight (semantically highlighting symbols matching the current word) because it's actually the same backend code.
- [x] tests added
- [x] Changelog entry
The main problem here is that this only works if we can discover all the files that are part of the project, right?
The main problem here is that this only works if we can discover all the files that are part of the project, right?
Exactly, I realized that today too. That has yet to be fixed.
The main problem here is that this only works if we can discover all the files that are part of the project, right?
Exactly, I realized that today too. That has yet to be fixed.
That's now going to be fixed via #13150.
The coding style errors are mostly move -> std::move
This pull request is stale because it has been open for 14 days with no activity.
It will be closed in 7 days unless the stale label is removed.