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

Completion in reference comments and imports #2799

Closed
DanielRosenwasser opened this issue Apr 16, 2015 · 3 comments
Closed

Completion in reference comments and imports #2799

DanielRosenwasser opened this issue Apr 16, 2015 · 3 comments
Labels
Duplicate An existing issue was already created Suggestion An idea for TypeScript

Comments

@DanielRosenwasser
Copy link
Member

/// <reference path="

If requesting completion here, we should get ., .., and any .ts files at the current directory location.

If requesting completion after a \ or / in the path, if the path up until the last / or \ is valid, we should get ., .. and any .ts files in that path.

@danquirk
Copy link
Member

Absolutely. I get this today in Sublime via https://github.com/BoundInCode/AutoFileName. It's handy even outside ///.

@danquirk danquirk added the Suggestion An idea for TypeScript label Apr 16, 2015
@NoelAbrahams
Copy link

Is this the same as #188?

@DanielRosenwasser DanielRosenwasser added the Duplicate An existing issue was already created label Apr 20, 2015
@DanielRosenwasser
Copy link
Member Author

Thanks for the heads up @NoelAbrahams - looks like @ahmad-farid is already assigned this task.

@microsoft microsoft locked and limited conversation to collaborators Jun 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Duplicate An existing issue was already created Suggestion An idea for TypeScript
Projects
None yet
Development

No branches or pull requests

3 participants