solidity icon indicating copy to clipboard operation
solidity copied to clipboard

LSP: Implements find-all-references.

Open christianparpart opened this issue 3 years ago • 4 comments

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

christianparpart avatar Mar 14 '22 17:03 christianparpart

The main problem here is that this only works if we can discover all the files that are part of the project, right?

chriseth avatar Mar 14 '22 17:03 chriseth

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.

christianparpart avatar Mar 14 '22 18:03 christianparpart

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.

christianparpart avatar Jul 18 '22 10:07 christianparpart

The coding style errors are mostly move -> std::move

Marenz avatar Sep 13 '22 10:09 Marenz

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.

github-actions[bot] avatar Nov 25 '22 12:11 github-actions[bot]