UCSD-PL / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
0 stars 7 forks source link

Updated code for querying completions #56

Closed rlisahuang closed 8 months ago

rlisahuang commented 8 months ago

Note: the changes have only been tested on the local build. The necessary changes need to be populated properly in leap/browser/remote/LeapUtils.ts (see the added TODO).

KasraF commented 8 months ago

This code is still a bit buggy (e.g. it doesn't seem to be handling whitespace around the cursor correctly) and will require more refactoring before the web version works as well. But it builds and runs locally, so let's call it good enough to merge into the main leap branch before continuing debug and development there?