!!! Sublime Text 4

!! Python IDE

Install the following packages
* LSP
* LSP-pyright
* LSP-json

For LSP-pyright, node must be installed and available to python.  If you use nvm, this may not be the case.

To get node in your path for Sublime, ensure that

{{{export NVM_SYMLINK_CURRENT=true}}}

is in your {{~/.zshenv}} or {{~/.zshrc}}

This will create {{~/.nvm/current}}.  Once you see this, go back to your {{~/.zshenv}} or {{~/.zshrc}} and add

{{{export PATH="${PATH}:${HOME}/.nvm/current/bin}}}

You're all set.

----
[CategoryArchive.Computing.IDE]