code-completion

Visual Studio Code Intellisense is very slow – Is there anything I can do?

Visual Studio Code Intellisense is very slow – Is there anything I can do? Question: Edit: Pylance seems to be much better at this and has so far resolved all problems with the previous Python language server from Microsoft. I’m using VS Code and it’s wonderful is all areas but code completion, where it is …

Total answers: 19

Hide external modules when importing a module (e.g. regarding code-completion)

Hide external modules when importing a module (e.g. regarding code-completion) Question: I have several modules in one package (a kind of a toolkit), which I use in my projects. The structure looks like this: the_toolkit: __init__.py basic_io.py simple_math.py matrix_kit.py … Now when I use IPython or the code completion in VIM after importing a module …

Total answers: 4

How can I tell PyCharm what type a parameter is expected to be?

How can I tell PyCharm what type a parameter is expected to be? Question: When it comes to constructors, and assignments, and method calls, the PyCharm IDE is pretty good at analyzing my source code and figuring out what type each variable should be. I like it when it’s right, because it gives me good …

Total answers: 5