demberto/PyFLP

📘 Make docstrings IDE agnostic

開放

#52 建立於 2022年9月18日

 (1 則留言) (0 個反應) (0 位負責人)Python (26 個分叉)auto 404
docsgood first issuehelp wanted

倉庫指標

星標
 (202 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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!

貢獻者指南