P
P
Pavel Mir2014-08-10 15:30:25
Python
Pavel Mir, 2014-08-10 15:30:25

How to enable autocompletion of methods/attributes in a class for Sublime Text 3?

Hey!
I saw in one video, where during the creation of a class, when declaring attributes in def __init__, the
attributes are independently written for initialization.
For example, I write
def __init__(self, blablabla...
and while I write the attribute name blablabla,
it is simultaneously written in the line below
self.blablabla = blablabla
How to do this? Thank you

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Pavel Mir, 2014-08-10
@facetheheat

>Extend Sublime autocompletion to find matches in all open files of the current window
Is it?

P
Pavel Belousov, 2014-08-10
@PafNutY

try this plugin

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question