Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Booru Tags CompletionNew to Visual Studio Code? Get it now.
Booru Tags Completion

Booru Tags Completion

Plat

|
151 installs
| (0) | Free
Booru tags completion extension for VSCode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Booru Tags Completion Extension for VSCode

This extension provides completion of booru tags.

Features

  • Danbooru tag completion
    • General tags, character tags, copyright tags, artist tags and meta tags
  • Registration of custom tags (e.g. masterpiece, best quality)

screenshot 1

Extension Settings

This extension contributes the following settings:

  • booru-tags.useGeneralTags: Show general tags in completion suggestions. (e.g. 1girl, looking at viewer)
  • booru-tags.useCharacterTags: Show character tags in completion suggestions. (e.g. hakurei reimu, hatsune miku)
  • booru-tags.useCopyrightTags: Show copyright tags in completion suggestions. (e.g. touhou, vocaloid)
  • booru-tags.useArtistTags: Show artist tags in completion suggestions.
  • booru-tags.useMetaTags: Show meta tags in completion suggestions. (e.g. highres, jpeg artifacts)
  • booru-tags.withUnderscore: Use tags with underscores. (e.g. use looking_at_viewer instead of looking at viewer)
  • booru-tags.trailingComma: Add trailing comma after tags. (e.g. complete like solo, instead of solo)
  • booru-tags.customTags: Add custom tags to completion suggestions.
  • booru-tags.filesToEnable: Specify file extensions to enable this extension.

Note: If you are trying to use this extension with files with some extensions like .md or .toml, you will need the following settings in settings.json to enable completion:

{
   "[markdown]": { // or such as [toml]
       "editor.quickSuggestions": {
           "comments": "on",
           "strings": "on",
           "other": "on"
       }
   }
}

Release Notes

1.1.1

Fixed small bugs.

1.1.0

Improved tag descriptions and fixed some missing tags.

1.0.0

Initial release.


  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft