Closed kevinbarabash closed 2 years ago
I wonder if these are coming from VS Code's JavaScript itself - http://stackoverflow.com/a/30793338/385754
opened this discussion a while ago in vscode repo: https://github.com/Microsoft/vscode/issues/15738 . It is the typescript intellisense that kicks in and currently there is no way for extensions to prevent autocomplete results from other extensions.
I see, so once https://github.com/Microsoft/vscode/issues/17068 is PR + merged, we can recommend that you can disable the typescript extension just for your current project.
I see the autocomplete list contains other top-level variables defined in the file and properties on other objects. Is there any way to restrict the list so it only shows what
flow autcomplete
returns?Running
flow autocomplete
when my cursor is right afterReact.
gives the following: