deibit / vscode-devdocs

Visual Studio Code extension for searching selected or word under cursor in devdocs.io
MIT License
14 stars 8 forks source link

Allow user to change regex to match word bounds #10

Open sr-tream opened 1 year ago

sr-tream commented 1 year ago

It's allow set language-specific matcher. E.g. [\w:]+ for C++ to find doc with namespaces