Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Language Server Markdown Documentation #112

Closed

Conversation

ankitpriyarup
Copy link
Contributor

This PR provides support for the markdown documentation by first parsing the symbol by - either relying on textDocument/definition provided by LSP (to resolve ctrl + click) or by relying on a simple regex parser to parse the text from cursor position. Symbol is then looked through the dumped index file from doc and later appropriate markdown documentation is show in the side panel.

Refer following Godot Source as server: https://github.com/ankitpriyarup/godot/tree/lsp

@Geequlim
Copy link
Contributor

The native documentation is now implemented with custom specifications. Documentations are send from the server realtime and renderer as in a spatial webview in VSCode. So we don't need to dump and load to markdown files.

@Geequlim Geequlim closed this Oct 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants