Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross-file intellisense doesn't work with file provider #432

Closed
ejizba opened this issue Aug 7, 2019 · 3 comments
Closed

Cross-file intellisense doesn't work with file provider #432

ejizba opened this issue Aug 7, 2019 · 3 comments

Comments

@ejizba
Copy link
Member

ejizba commented Aug 7, 2019

Add two typescript files. One with:

export function helloWorld() {
    console.log('hello world');
}

And one with:

import * as test from './'

Type 'ctrl+space' after the slash to bring up intellisense

Expected:
Screen Shot 2019-08-07 at 9 33 44 AM

Actual:
Screen Shot 2019-08-07 at 9 31 43 AM

@PrashanthCorp
Copy link
Contributor

I came across this comment thread that suggests this may be unsupported at this time.

@wwlorey wwlorey modified the milestones: 0.7.0, 0.8.0 Oct 7, 2019
@wwlorey wwlorey self-assigned this Jan 9, 2020
@wwlorey
Copy link
Contributor

wwlorey commented Jan 9, 2020

Adding "azurestorage" to supportedSchemes doesn't fix intellisense on its own. We're waiting for VS Code to allow this sort of functionality (microsoft/vscode#59650)

@wwlorey wwlorey removed this from the 0.8.0 milestone Jan 9, 2020
@wwlorey wwlorey removed their assignment Jan 9, 2020
@wwlorey wwlorey added this to the Future milestone Mar 11, 2020
@ejizba
Copy link
Member Author

ejizba commented Feb 10, 2021

VS Code issue was fixed: microsoft/vscode#59650 (comment)

Good enough for us at this point.

@ejizba ejizba closed this as completed Feb 10, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Mar 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants