-
Notifications
You must be signed in to change notification settings - Fork 46
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
Inserting suggestion on dot key #12
Comments
This is supremely annoying, especially working with Angular2. |
Look at ChristianKohler/PathIntellisense#9 the solution is to unbind .. Add this to keybindings.json: |
I think the solution for this issue should be included in the user guide. |
it still didnt unbind it sadly |
So, from my understanding adding { "key": ".", "command": "" } should allow me to insert images to html files and VSC should add the filename and the file extension as well, i.e. filename.jpg |
I believe you can unbind this by setting |
When I want to add import/require from my own files, I use relative path starting with
.
. And the problem is that I got intellisense immediately when I'm opening quotes (" "
) and when I press the.
key, it enters the first suggestion.I would be nice to have an option to set accepting suggestion only on enter or tab press
The text was updated successfully, but these errors were encountered: