MichaelAquilina / python-tools

:wrench: Atom plugin which uses jedi to provide numerous tools useful for developing python code in atom.
MIT License
100 stars 22 forks source link

Ctrl+alt+u - and nothing #186

Open abixadamj opened 4 years ago

abixadamj commented 4 years ago

I have simple code in Atom:


def test(name):
    g = []
    for i in range(20):
        g.append(name)

test("Adam")

When I put cursor after g and press ctrl+alt+u - returns error u'\xc4'. Only when element has at least 3 letters (for example ggg), works ok. When I put cursor after name and press ctr+alt+u - nothing happens, and there is info: python-tools could not find any results!

abixadamj commented 4 years ago

This is how it looks like: Zrzut ekranu z 2020-03-31 12-43-59

abixadamj commented 4 years ago

And with error: Zrzut ekranu z 2020-03-31 12-45-31