idbook READMEidBook is a VS Code extension built to function like a real life password book. It allows you to store long strings or guids in a json file to be referenced later. Rather than navigating to another application or tab to copy and paste, these strings can be handily inserted with a couple shortcuts. FeaturesCreating your idBookYou can create and open your idBook.json with VS Code's Command pallete (Ctrl p) This will create an idBook.json file in your project. Open it up and either replace the example key and example value, or add your own key value pairs below it.
Inserting idBook ValuesWhen you want to insert one of your idBook values open command pallete again (Ctrl p) and use: Select your key from the drop down menu and the value will be inserted at your cursor's location. Known IssuesFeel free to open issues you encounter here: https://github.com/Tuckers15G/idbook/issues 1.0.0Initial release of idBook! 1.0.1Updated README.md |