demberto/PyFLP

📘 Make docstrings IDE agnostic

Ouverte

#52 ouverte le 18 sept. 2022

 (1 commentaire) (0 réaction) (0 personne assignée)Python (26 forks)auto 404
docsgood first issuehelp wanted

Métriques du dépÎt

Stars
 (202 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

Images and tables are a very integral part of PyFLP. Most properties use markdown image links. These perfectly work in VSCode but PyCharm, for example doesn't. Similarly for tables, VSCode supports the GFM syntax, but PyCharm supports rST tables.

I do dev in VSCode and plan to keep docstrings in markdown. If there's no IDE agnostic solution. If PyCharm has a extension which supports markdown in docstrings please let me know of it, so I can add that info to the docs.

EDIT: Looks like this might never be possible. So, PyFLP users - GO VSCODE!

Guide contributeur