Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaelstz/VSCode-Magento-DevSearch
Search faster into Magento DevDocs and Magento StackExchange! 🔍⚡️
https://github.com/rafaelstz/VSCode-Magento-DevSearch
devdocs magento stackexchange vscode-extension
Last synced: 3 months ago
JSON representation
Search faster into Magento DevDocs and Magento StackExchange! 🔍⚡️
- Host: GitHub
- URL: https://github.com/rafaelstz/VSCode-Magento-DevSearch
- Owner: rafaelstz
- License: mit
- Created: 2018-12-20T23:23:29.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2018-12-21T00:51:17.000Z (almost 6 years ago)
- Last Synced: 2024-07-16T08:42:39.196Z (4 months ago)
- Topics: devdocs, magento, stackexchange, vscode-extension
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=rafaelcgstz.magento-devsearch
- Size: 690 KB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
VS Code - Magento DevSearch
Search faster into Magento DevDocs and Magento StackExchange! 🔍⚡️
----
Magento DevSearch is a [VS Code](https://code.visualstudio.com/) extension that allows you to select text inside the VS Code editor and search it into [Magento DevDocs](https://devdocs.magento.com) and [Magento StackExchange](https://magento.stackexchange.com) for a matching function, class and method examples how to use it.
![Magento DevSearch VisualStudioCode](https://raw.githubusercontent.com/rafaelstz/VSCode-Magento-DevSearch/master/images/MagentoDevSearch-VisualStudioCode.png)
## Features
The extension takes your selected text and opens Google's first result that matches.
#### To make a search
- Open/Create a file.
- Select some text in the editor, for example a `getMessages`.
- For best results, select text only, no symbols.
- Now you can choose how to invoke the search:
- Context Menu: Right click on the editor and click on **Search in Magento DevDocs** or **Search in Magento StackExchange**.
- Key Binding: **Ctrl+Alt+D** for DevDocs.
- Key Binding: **Ctrl+Alt+S** for StackExchange.
- Command Palette: You can do a search directly from the Command Palette, pressing Ctrl+Shift+P, then typing **Magento** to filter the commands.-----------------------------------------------------------------------------------------------------------
## Source
[Github](https://github.com/rafaelstz/VSCode-Magento-DevSearch)
## License
This Visual Studio Code extension is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).
**Enjoy!**