A VS Code extension made for discord.js Developers,access API methods and properties seemlesly without having to leave your editor.
-
Search for discord-search in your VS code marketplace and install the package.
-
Highlight the Discord Method/Property you want to search the docs for, then press Crtl + Shift + P on Windows or Command + Shift + P on Mac to toggle the extension menu.
- Once the menu is toggled, simply type in Search DJS Docs and hit enter, a drop down menu with the properties of your input will pop up, along with a link to the Discord.js docs incase you would like to explore further
- A new feature now allows you to select attributes from the list of available attributes
- Upon selecting an attribute from the list, you will be directed to a WebView Tab that redirects to the attribute, along with a full viewpage of the Discord.js Documentation Page(It will load it to the attribute page)