Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on Visual Studio Code

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

A MS brading/telementry/licensing free edition named vscodium is available.

Tricks & Traps

  1. It seems that Visual Studio Code installed using snap in Kubuntu 18.10 has issues. It is suggested …

IDEs for LaTeX

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

OverLeaf

OverLeaf is an online LaTex editing and publishing.

TexStudio

TexMacs (WYSIWYG, convert to Tex available)

Tips on Python-Language-Server

pip3 install python-language-server[all]

References

https://github.com/palantir/python-language-server

https://github.com/tomv564/pyls-mypy

https://github.com/paradoxxxzero/pyls-isort

https://github.com/rupert/pyls-black

Python Developing in PyCharm

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Change Scheme

  1. File -> Settings... -> Editor -> Colors & Fonts

  2. Choose a scheme right to "Scheme name"

Change Font of Terminal

  1. Search for Console Font

  2. Set the desired font size.

  3. Restart terminal (the font …