Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Provision LensNew to Visual Studio Code? Get it now.

Provision Lens

Fooxly

|
1,128 installs
| (5) | Free
Providing a simple way to view all notes in your workspace based on keywords.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Provision

Provision: Lens

The best way to keep your notes organized


Provision Bundle    Provision: Lens    Provision: Bar    Provision: Syntax

Version Installs Ratings License: MIT PRs Welcome


ext install fooxly.provision-lens

Preview


What's new in Provision: Lens 3

  • Even quicker load and response times 🚀
  • Easier configuration

❤️  Support us

About 40% of your donation goes to one of the charities we support. For further information or questions please visit our website or contact us via charity@fooxly.com.

BuyMeACoffee    Patreon    PayPal


Provision: Lens

A package by Fooxly.

Provision: Lens provides an easy to use and highly customizable lens above functions & classes or at the top of file, to view the notes you or others in your team have left. This will save you lots of time searching and unfolding functions and/or classes to determine if there are any notes left.

📐  Features

  • Create custom keywords with plenty of customization options
  • Group keywords together
  • Show pop-ups with every note inside a file/class/function
  • Jump directly to a note
  • View all of your notes in a long and complex file instantly

📙  How to use

Check out our Getting Started guide or use Help: Provision for more information.

📕  Commands

  • Help: Provision Instructions on how to create a new keyword or group
  • Provision: List Show all notes in the current file

⚙️  Available Settings

  • provision.moveOnSingle: Jump instantly to a note when there are no others inside the file/class/function (true by default)

    "provision.moveOnSingle": <true|false>
    
  • provision.popup.sorting: Sorting method used to order the pop-up items ("line_numbers_asc" by default)

    "provision.popup.sorting": <"line_numbers_asc"|"line_numbers_asc"|"category">
    
  • provision.lens.displayMethod Display method used for the lenses inside your files ("default" by default)

    "provision.lens.displayMethod": <"default"|"file"|"detailed">
    
  • provision.keywords: Keywords to look for with a specific configuration

    "provision.keywords": {
      "NOTE": {
        "keyword": <"string">,
        "caseSensitive": <true|false>,
        "includesColon": <true|false>,
        "title": {
          "1": <"string">,
          "*": <"string">
        }
      }
    }
    
    • keyword (optional): If the keyword needs to be different from the keywords object key, if it is not set the keywords object key will be used.
    • caseSensitive (optional): Whether or not the keyword needs to be case sensitive. (true by default)
    • includesColon (optional): Whether or not the keyword is only valid with a colon sign suffix. (true by default)
    • title (optional): An object with the titles used for the amount of notes. * is the fallback text if the specific number is not listed. To show the amount use {0} inside the string.
  • provision.groups: Group certain keywords together with one title and tooltip

    "provision.groups": [{
      "keywords": [<"keyword">, <"keyword">],
      "title": {
        "1": <"string">,
        "*": <"string">
      }
    }]
    
    • keywords: Array of keywords to group.
    • title: An object with the titles used for the amount of notes. * is the fallback text if the specific number is not listed. To show the amount use {0} inside the string.

License

MIT © Fooxly

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2019 Microsoft