We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16bb971 commit 569f6adCopy full SHA for 569f6ad
README.md
@@ -335,6 +335,14 @@ If you want to use ``numpy<2``, then you should use ``ta-lib<0.5``.
335
336
If you want to use ``numpy>=2``, then you should use ``ta-lib>=0.5``.
337
338
+---
339
+
340
+If you have trouble getting the code autocompletions to work in Visual
341
+Studio Code, a suggestion was made to look for the ``Python`` extension
342
+settings, and an option for ``Language Server``, and change it from
343
+``Default`` (which means ``Pylance if it is installed, Jedi otherwise``, to
344
+manually set ``Jedi`` and the completions should work.
345
346
## Function API
347
348
Similar to TA-Lib, the Function API provides a lightweight wrapper of the
0 commit comments