All Projects → stardiviner → Inline Docs.el

stardiviner / Inline Docs.el

Licence: gpl-3.0
Show inline contextual docs in Emacs.

Projects that are alternatives of or similar to Inline Docs.el

Markdown Magic
💫 Automatically format markdown files, sync external docs/src code & make better docs
Stars: ✭ 551 (+4491.67%)
Mutual labels:  docs
Docs
Documentation of Vercel and other services
Stars: ✭ 663 (+5425%)
Mutual labels:  docs
Readthedocs.org
The source code that powers readthedocs.org
Stars: ✭ 6,802 (+56583.33%)
Mutual labels:  docs
Bluedoc
An open-source document management tool for enterprise self host.
Stars: ✭ 579 (+4725%)
Mutual labels:  docs
About Swiftui
Gathering all info published, both by Apple and by others, about new framework SwiftUI.
Stars: ✭ 5,954 (+49516.67%)
Mutual labels:  docs
Devdocs
API Documentation Browser
Stars: ✭ 27,208 (+226633.33%)
Mutual labels:  docs
Comunidade
Informações sobre a comunidade da Rocketseat
Stars: ✭ 546 (+4450%)
Mutual labels:  docs
Parse Code Context
Parse code context in a single line of javascript, for functions, variable declarations, methods, prototype properties, prototype methods etc.
Stars: ✭ 7 (-41.67%)
Mutual labels:  docs
React Use Chinese
中文文档@react-use
Stars: ✭ 643 (+5258.33%)
Mutual labels:  docs
Zshguide
Zsh 开发指南
Stars: ✭ 766 (+6283.33%)
Mutual labels:  docs
Pdoc
🐍 ➡️ 📜 Auto-generate API documentation for Python projects
Stars: ✭ 604 (+4933.33%)
Mutual labels:  docs
Website
🌐 The Babel documentation website
Stars: ✭ 631 (+5158.33%)
Mutual labels:  docs
Docconv
Converts PDF, DOC, DOCX, XML, HTML, RTF, etc to plain text
Stars: ✭ 735 (+6025%)
Mutual labels:  docs
Competitive Programming Docs
🌺Algorithm papers, coursewares, documents, notes and other materials are constantly being updated.
Stars: ✭ 572 (+4666.67%)
Mutual labels:  docs
Documentation
Documentation for the STUPS ecosystem
Stars: ✭ 18 (+50%)
Mutual labels:  docs
Mapbox Unity Sdk
Mapbox Unity SDK - https://www.mapbox.com/unity/
Stars: ✭ 545 (+4441.67%)
Mutual labels:  docs
Java Diff Utils
Diff Utils library is an OpenSource library for performing the comparison / diff operations between texts or some kind of data: computing diffs, applying patches, generating unified diffs or parsing them, generating diff output for easy future displaying (like side-by-side view) and so on.
Stars: ✭ 670 (+5483.33%)
Mutual labels:  inline
Pdoc
API Documentation for Python Projects
Stars: ✭ 853 (+7008.33%)
Mutual labels:  docs
Jsx Lexer
a JSX lexer for pygments
Stars: ✭ 26 (+116.67%)
Mutual labels:  docs
Api
姬长信API For Docker 一个基于多种编程语言开源免费不限制提供生活常用,出行服务,开发工具,金融服务,通讯服务和公益大数据的平台.
Stars: ✭ 743 (+6091.67%)
Mutual labels:  docs

inline-docs.el

This is a library for showing inline contextual docs above or below.

This source code mainly is from justbur answered question .

Support

On theory, this mode should support all Emacs available platforms.

Tested supported:

  • Emacs 24.3 or upper
  • Emacs TTY mode

Screenshots

screenshot

Usage

You can use this library function inline-docs in packages like eldoc-overlay-mode.

(setq eldoc-message-function #'inline-docs)
(inline-docs "FORMATED-STRING")
(inline-docs "STRING")

related modes

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].