Skip to content

Commit 569f6ad

Browse files
committed
adding visual studio code tip to the README
1 parent 16bb971 commit 569f6ad

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,14 @@ If you want to use ``numpy<2``, then you should use ``ta-lib<0.5``.
335335

336336
If you want to use ``numpy>=2``, then you should use ``ta-lib>=0.5``.
337337

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+
338346
## Function API
339347

340348
Similar to TA-Lib, the Function API provides a lightweight wrapper of the

0 commit comments

Comments
 (0)