Skip to content

Commit

Permalink
adding visual studio code tip to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Nov 18, 2024
1 parent 16bb971 commit 569f6ad
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,14 @@ If you want to use ``numpy<2``, then you should use ``ta-lib<0.5``.

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

---

If you have trouble getting the code autocompletions to work in Visual
Studio Code, a suggestion was made to look for the ``Python`` extension
settings, and an option for ``Language Server``, and change it from
``Default`` (which means ``Pylance if it is installed, Jedi otherwise``, to
manually set ``Jedi`` and the completions should work.

## Function API

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

0 comments on commit 569f6ad

Please sign in to comment.