All Projects → samundrak → vscode-esdoc-mdn

samundrak / vscode-esdoc-mdn

Licence: other
[BETA] See documentation of any javascript api from mozilla on your visual studio code side by side

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vscode-esdoc-mdn

MDN-Dark
Dark theme for the Mozilla Developer Network
Stars: ✭ 20 (-35.48%)
Mutual labels:  mdn, mozilla
release-services
Mozilla Release Engineering Services
Stars: ✭ 49 (+58.06%)
Mutual labels:  mozilla
mdn
Man pages for web APIs using MDN
Stars: ✭ 42 (+35.48%)
Mutual labels:  mdn
vim-mdnquery
Query the Mozilla Developer Network documentation without leaving Vim
Stars: ✭ 19 (-38.71%)
Mutual labels:  mdn
Kuma
The project that powers MDN.
Stars: ✭ 1,903 (+6038.71%)
Mutual labels:  mdn
action-web-ext
A GitHub Action to run web-ext commands
Stars: ✭ 33 (+6.45%)
Mutual labels:  mozilla
mdn-minimalist
The base Sass for Mozilla Developer based projects and products
Stars: ✭ 111 (+258.06%)
Mutual labels:  mdn
ShadowBird
A universal dark theme for Thunderbird
Stars: ✭ 115 (+270.97%)
Mutual labels:  mozilla
release-notes
Release notes and system requirements for our various Firefoxen
Stars: ✭ 15 (-51.61%)
Mutual labels:  mozilla
code-review
Automated static analysis & linting bot for Mozilla repositories
Stars: ✭ 51 (+64.52%)
Mutual labels:  mozilla
Content
The content behind MDN Web Docs
Stars: ✭ 3,871 (+12387.1%)
Mutual labels:  mdn
Avatar-Customizer
qt-mkr.com
Stars: ✭ 27 (-12.9%)
Mutual labels:  mozilla
dinobuildr
A macOS deployment utility developed by Mozilla IT
Stars: ✭ 26 (-16.13%)
Mutual labels:  mozilla
Webextensions Examples
Example Firefox add-ons created using the WebExtensions API
Stars: ✭ 3,050 (+9738.71%)
Mutual labels:  mdn
partinfra-terraform
Terraform configuration for Participation Infrastructure
Stars: ✭ 46 (+48.39%)
Mutual labels:  mozilla
js-tldr
Zen mode javascript documentation
Stars: ✭ 96 (+209.68%)
Mutual labels:  mdn
MeetNinja-Google-Meet-Bot
A super dope tool that attends your Google Meet(s) for you. Flawlessly handles scheduled multiple (subsequent) Meet sessions. Also disables the camera & microphone, and shows timestamps of joining & ending times for each Meet. Supported: Google Chrome / Mozilla Firefox running on Linux / Mac / Windows
Stars: ✭ 56 (+80.65%)
Mutual labels:  mozilla
yt-dislikes-viewer
A browser extension that allows you to see dislikes on a youtube video after the youtube update
Stars: ✭ 291 (+838.71%)
Mutual labels:  mozilla
browserslist-config-google
Google / Google Workspace Browserslist Shared Config
Stars: ✭ 27 (-12.9%)
Mutual labels:  mozilla
prox
[INACTIVE] A search and discovery app for the "here & now". We're experimenting with ideas on mobile that can better surface content from the open web.
Stars: ✭ 22 (-29.03%)
Mutual labels:  mozilla

Awesome plugin for Visual Studio Code 😎 [Beta]

Quickly see docs from MDN in VS Code

Quick Demo
This extension lets you quickly bring up helpful MDN documentation in the editor by typing //mdn [api];. For example, to see documentation for Object, type //mdn Object;, and to view a method or property, such as Object.assign, type //mdn Object.assign;. Don't forget the semicolon!

Usage

Load documentation of top level or global objects:

//mdn [api]; example: //mdn Array;

Load documentation of a method or property:

//mdn [api].[method];
example: //mdn Array.from;

[api] and [method] are case-insensitive, so //mdn array.from; is also fine.

Is the semicolon necessary?

Yes! A search won't happen without it.

Examples

//mdn document;
//mdn Object.keys;
//mdn object.values;
//mdn Array.slice;
//mdn array.splice;

Supports

js, vue,jsx, ts,tsx

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].