haskell / haskell-language-server

Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.
Apache License 2.0
2.71k stars 368 forks source link

Add documentation to plugins #2066

Closed jneira closed 2 years ago

jneira commented 3 years ago
July541 commented 3 years ago

I added a document in the call hierarchy, maybe we can let this as an example.

jneira commented 3 years ago

I added a document in the call hierarchy, maybe we can let this as an example.

Of course! many thanks, i think we should ask for something similar for the new plugins (and work hard to add it for the existing ones)

jneira commented 3 years ago

We have to do a check list here with the plugins and the current status of their docs

July541 commented 3 years ago

The following plugin list is generated by haskell-language-server --list-plugins.

The explicit links point to the feature page, and the implicit links go to their document directly.

TL;DR


A track list

jneira commented 3 years ago

The actual features doc page could link to each plugin as suggested by @michaelpj , once their docs are completed (or gradually while the plugins are being completed)

michaelpj commented 2 years ago

:+1: to this.

We have some readmes already, it would be great to have more! I'd also like to incorporate them into the doc build properly... perhaps I can symlink them in so that sphinx will index them as part of the main project? :thinking:

michaelpj commented 2 years ago

The plugins now have some more documentation, just on the features page. There could be a lot more, though.

July541 commented 2 years ago

I updated the state by my personal search, not sure if contains all. https://github.com/haskell/haskell-language-server/issues/2066#issuecomment-892594879

fendor commented 2 years ago

This looks completed to me, thank you everyone!