Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement
completion
request handler logic
Summary: # Overview Refer to D47564289 This stack of diff will be split into the following steps: 1. Setup `CompletionItem` and helper signatures 2. Implement attribute completion core logic given file and position and test 3. Update symbol traversal logic to be right inclusive if necessary (to handle cursor at end of line case) 4. Implement prefix filtering and test 5. Implement localBasedLookup completion public endpoint 6. **Extend Pyre `requestHandler.ml` with handler for completion request** Reviewed By: kinto0 Differential Revision: D47636309 fbshipit-source-id: 8f65a2b4e45e6095786a410b1e2a613df9e547d9
- Loading branch information