Skip to content

pydoc rendering on datatip at ide-python with atom-ide-ui #291

@dwSun

Description

@dwSun

37638320-2d413d24-2c47-11e8-8405-74d4654665c8

It looks that the pydoc was rendered as markdown.
Can you fix it?

Owner of ide-python said:

I'm afraid this requires some upstream fixes in either the python language server or the protocol specifications.
The problem is that the LSP currently only supports markdown or plain text. Since Python docstrings are usually written in rst the language server would need to convert it to markdown first. Ideally this could also be handled by the frontend but this also requires (small) changes to the protocol itself.

Also, here are issues related to this problem:
atom-community/ide-python#95
facebookarchive/atom-ide-ui#23

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions