-
Notifications
You must be signed in to change notification settings - Fork 762
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
Tsunkaraneni/module file completion #1236
Conversation
|
Codecov Report
@@ Coverage Diff @@
## main #1236 +/- ##
==========================================
- Coverage 94.82% 94.80% -0.03%
==========================================
Files 343 343
Lines 17435 17547 +112
Branches 14 14
==========================================
+ Hits 16533 16635 +102
- Misses 902 912 +10
Flags with carried forward coverage won't be shown. Click here to find out more.
|
is it possible to get completions to show up on the first
However, I have to manually press |
…m/Azure/bicep into tsunkaraneni/ModuleFileCompletion
@alex-frankel , I noticed that too, will touch bases with team in the new year to figure out how to do that. |
…ni/ModuleFileCompletion
Isn't this a bug in the completion item contents? Shouldn't completions always offer the canonical representation which would be . In reply to: 751831009 [](ancestors = 751831009) |
If not let's grab some time to discuss In reply to: 754205405 [](ancestors = 754205405,751831009) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added some comments
…ni/ModuleFileCompletion
…ni/ModuleFileCompletion
…ni/ModuleFileCompletion
…ni/ModuleFileCompletion
…ni/ModuleFileCompletion
…m/Azure/bicep into tsunkaraneni/ModuleFileCompletion
…ni/ModuleFileCompletion
…ni/ModuleFileCompletion
…ni/ModuleFileCompletion
…ni/ModuleFileCompletion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is awesome!
Allows for module file/path completion. User experience is expected be similar to Typescript's
import * as s from '<autocompletion>'
.module m |
), typing a/
(affects all bicep completions), or pressing ctrl + space anywhere in the module path string.