/rikimaru

A VS-Code extension to bring implementation of any algorithm and data-structure in your favorite language

Primary LanguageJavaScriptMIT LicenseMIT

rikimaru

rikimaru is the VS Code extension that lets you search files in the OpenGenus/cosmos repository right from the VS Code editor. The extension uses GitHub's code search API.

Features

Search cosmos right from your editor :D

Following is the demo GIF:

Requirements

You'll need to have a GitHub username and personal access token.

Extension Settings

The command for rikimaru is rikimaru.search. You could bind a key combination for easy access. You could also invoke the command from the command palette - default keybinding is CMD + SHIFT + P on Mac OSX.

This extension contributes the following settings:

  • rikimaru.user.github.name: Your GitHub username
  • rikimaru.user.github.personal-token: Your GitHub personal access token

Known Issues

None so far. If you find any please report or send in a PR! :D

Release Notes

v0.0.1:

  • Initial release.

-Sid