swift-helpful

Homepage: https://github.com/danielmartin/swift-helpful

Author: Daniel Martín

Updated:

Summary

Show documentation for Swift programs

Commentary

This extension adds a command, `swift-helpful', which, when
executed, shows documentation about a Swift token under
point.  Sources of documentation include:

   - Swift official manual and reference manual (installed by this
   extension in GNU Info format).

   - Language Server Protocol (LSP), if configured for the project.

   - Swift standard library source code (if available locally and
   its path is correctly configured).

Dependencies