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

No snippets suggestion on long lines beyond character 100 #58807

Closed
jlelong opened this issue Sep 17, 2018 · 1 comment
Closed

No snippets suggestion on long lines beyond character 100 #58807

jlelong opened this issue Sep 17, 2018 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug snippets verified Verification succeeded

Comments

@jlelong
Copy link
Contributor

jlelong commented Sep 17, 2018

The snippet suggestions mechanism stops working passed character 100. See the two following screenshots. When the cursor is before character 100
capture d ecran 2018-09-17 a 13 39 45

When the cursor is after character
capture d ecran 2018-09-17 a 13 40 07

  • VSCode Version: 1.27.2
  • OS Version: OSX 10.13.6
    Does this issue occur when all extensions are disabled?: Yes

Steps to reproduce:

  1. open a .md file
  2. type in
This is a very long line going with more 100 characters and this makes intellisense become a little crazy.
  1. Test snippet insertion on various places (before and after character 100)

The same problem occurs with all the filetypes I have tested.

@vscodebot vscodebot bot added the editor label Sep 17, 2018
@octref octref added suggest IntelliSense, Auto Complete and removed editor labels Sep 17, 2018
@jrieken jrieken added snippets bug Issue identified by VS Code Team member as probable bug and removed suggest IntelliSense, Auto Complete labels Sep 18, 2018
@jrieken jrieken added this to the September 2018 milestone Sep 18, 2018
@jrieken
Copy link
Member

jrieken commented Sep 18, 2018

Thanks for reporting this @jlelong! I have just pushed a fix which will be in tomorrows Insider build. Please give it a try: https://code.visualstudio.com/insiders/ #HappyCoding!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug snippets verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants