All Projects → jasonnutter → Vscode Search Node Modules

jasonnutter / Vscode Search Node Modules

Licence: mit
Simple plugin for VS Code that allows you to quickly navigate the file inside your project's node_modules directory.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Vscode Search Node Modules

Vscode Deploy Reloaded
Recoded version of Visual Studio Code extension 'vs-deploy', which provides commands to deploy files to one or more destinations.
Stars: ✭ 129 (+193.18%)
Mutual labels:  vscode-extension, npm
Scrape Youtube
A lightning fast package to scrape YouTube search results. This was made and optimized for Discord Bots.
Stars: ✭ 43 (-2.27%)
Mutual labels:  npm
Fritzbox.js
☎️ The leading AVM Fritz!Box API for NodeJS and JavaScript.
Stars: ✭ 36 (-18.18%)
Mutual labels:  npm
Vs Code For Node Js Development Pack
🏃 A VS Code Extension Pack to get up and running with Node.js Development
Stars: ✭ 41 (-6.82%)
Mutual labels:  vscode-extension
Vs Code Extension Doc Zh
VS Code插件开发文档-中文版
Stars: ✭ 982 (+2131.82%)
Mutual labels:  vscode-extension
Bootstrap4 Vscode
Visual studio code plugin for Bootstrap 4 & Font awesome
Stars: ✭ 41 (-6.82%)
Mutual labels:  vscode-extension
Actions Package Update
keeps npm dependencies up-to-date by making pull requests from GitHub Actions or CI.
Stars: ✭ 36 (-18.18%)
Mutual labels:  npm
Nls
Missing inspector for npm packages.
Stars: ✭ 44 (+0%)
Mutual labels:  npm
Npmbrew
a npm version manager
Stars: ✭ 42 (-4.55%)
Mutual labels:  npm
How To Npm
A module to teach you how to module.
Stars: ✭ 1,003 (+2179.55%)
Mutual labels:  npm
Vscode File Templates Ext
Visual Studio code extenstion that allows to quickly create new files based on defined templates.
Stars: ✭ 39 (-11.36%)
Mutual labels:  vscode-extension
Thanc
⭐ Thanc: a smarty way to thank NPM packages authors by starring their repos
Stars: ✭ 38 (-13.64%)
Mutual labels:  npm
Tsdx
Zero-config CLI for TypeScript package development
Stars: ✭ 9,010 (+20377.27%)
Mutual labels:  npm
Vsc Netease Music
UNOFFICIAL Netease Music extension for Visual Studio Code
Stars: ✭ 983 (+2134.09%)
Mutual labels:  vscode-extension
Atomos
JS-based Linux desktop environment.
Stars: ✭ 42 (-4.55%)
Mutual labels:  npm
Tygit
A basic terminal interface for git, written on Node.js [Project not maintained]
Stars: ✭ 36 (-18.18%)
Mutual labels:  npm
Verdaccio Ldap
LDAP auth plugin for verdaccio
Stars: ✭ 39 (-11.36%)
Mutual labels:  npm
Vscode Preview Server
Live preview VSCode extension
Stars: ✭ 41 (-6.82%)
Mutual labels:  vscode-extension
Be Course 17 18
🎓 Backend · 2017-2018 · Curriculum and Syllabus 💾
Stars: ✭ 44 (+0%)
Mutual labels:  npm
Catage
Node package and CLI tool to convert code into an image with syntax highlighting
Stars: ✭ 44 (+0%)
Mutual labels:  npm

Search node_modules

Simple plugin for VS Code that allows you to quickly navigate the file inside your project's node_modules directory.

Chances are you have the node_modules folder excluded from the built-in search in VS Code, which means if you want to open and/or edit a file inside node_modules, you can have to find it manually, which can be annoying when your node_modules folder is large.

Features

  • Quickly navigate and open files in node_modules by traversing the folder tree.

Settings

  • search-node-modules.useLastFolder: Default to folder of last opened file when searching (defaults to false).
  • search-node-modules.path: Relative path to node_modules folder (defaults to node_modules).

Extension Packs

Links

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