question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Autocompletion gives trailing 0

See original GitHub issue

Issue

Autocompletion always gives a trailing 0. Instead of giving me import it gives import0. Any idea how to fix?

Versions

  • jedi-vim: 0.10.0
  • Vim / Neovim: Vi IMproved 7.4
  • Python: 3.5.2

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7

github_iconTop GitHub Comments

0reactions
blueyedcommented, Jan 31, 2017

@sanitybit Well, just following the issue template should be enough (:verb JediDebugInfo) in the future.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to change output of decimal scalar (removing trailing zeros)
In my database, i have a field of type decimal(12,6) and when i want to get it with graphql endpoint, have an output...
Read more >
How to Maintain trailing zeros in NumericTextBox in Vue ...
By default, trailing zeros disappear when the NumericTextBox gets focus. However, you can use the following sample to maintain the trailing zeros while...
Read more >
Bash Auto-complete Adds Trailing Slash After Filename
Now when I use auto-complete, file names (not directories) appear with a trailing slash on the command line. It seems to be related...
Read more >
c# - Math.Round not keeping the trailing zero - Stack Overflow
I need all values to rounded to two decimal places. So 1.401 should round to 1.40, but Math.Round(value, 2) rounds to 1.4. How...
Read more >
MaskedEditExtender number only, remove trailing zeros?
Change the Mask to “None”, set the AutoCompleteValue with “0” and set the AutoComplete property with “True”. http://forums.asp.net/p/1628753/ ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found