Code completion removes first capitalized letters of function
See original GitHub issueDescription of your problem
I try to type the following:
import cv2
cv2.GaussianBlur
instead I see:
import cv2
cv2.aussianBlur
Please provide any additional information below This happens when the first letter is capitalized and is typed before the “Scrolling window” appears
Versions and main components
- Spyder Version: 3b5
- Python Version: Python 3.5.2 64bits, Qt 5.5.1, PyQt5 5.5.1 on Darwin
Dependencies
jedi >=0.8.1 : 0.9.0 (OK) matplotlib >=1.0 : 1.5.2 (OK) nbconvert >=4.0 : 4.2.0 (OK) numpy >=1.7 : 1.11.1 (OK) pandas >=0.13.1 : 0.18.1 (OK) pep8 >=0.6 : 1.7.0 (OK) psutil >=0.3 : 4.3.0 (OK) pyflakes >=0.6.0 : 1.2.3 (OK) pygments >=2.0 : 2.1.3 (OK) pylint >=0.25 : 1.6.4 (OK) qtconsole >=4.2.0: 4.2.1 (OK) rope >=0.9.4 : 0.10.3 (OK) sphinx >=0.6.6 : 1.4.6 (OK) sympy >=0.7.3 : 1.0 (OK)
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Python - Eliminate Capital Letter Starting words from String
Sometimes, while working with Python Strings, we can have a problem in which we need to remove all the words beginning with capital...
Read more >How can I capitalize the first letter of each word in a string ...
This function looks like it attempts to capitalize the first character of every word. Like the title says, I am trying to capitalize...
Read more >[Issue] Autocomplete is removing capitalization - (View topic)
The autocomplete, in my experience, maintains the capitalization of the entry as you enter it, then fills in the rest with what it...
Read more >Converts the first letter of each word of a string in upper case
Write a JavaScript function that accepts a string as a parameter and converts the first letter of each word of the string in...
Read more >Javascript For Capitalizing First Letters In Field
It should capitalize letters while you are typing. So you always will have first letter capitalized. And function capitalize() will update value ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@malliwi88 I can test on mac
Ok, I’m closing this for now. Please reopen if the problem reappears again.