Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>vscode-git-kafkaNew to Visual Studio Code? Get it now.
vscode-git-kafka

vscode-git-kafka

manacacia

|
201 installs
| (0) | Free
Visual Studio Code extension to invoke git commands and store results in Solr
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-git-kafka

Visual Studio Code extension to invoke git commands and store results in SOLR search index server.

For example, git grep search can return many rows before and after search text

git grep -i -A 50 -B 50 import

, and then with SOLR search is easy to find all sleep imports.

When in Solr config schema.xml replace fields type from text_general to text_en_splitting and removed stopwords checking, Solr search results return much wider results as can be seen in picture bellow for "childProcess" to find child_process, ChildProcess, child process. This is implemented starting from version 1.3.3.

Git is great version control system with good commands in scripts. Visual Studio extension to publish commands results in windows UI and and store results in SOLR search index server.

Execute - run git command in current workspace folder, Execute Dirs - run git command recursively in subdirectories set in DIRS PATHS.

SOLR Search - do SOLR search in git Excute command output text, Search Dirs - do SOLR search in Execute Dirs command output text.

v0.0.3 Added results sorting

Screenshot 2025-02-05 121000

v1.0.0 Added git commands results store in Solr

Screenshot 2025-02-07 224032

Screenshot_solr_admin

Solr

Execution results are stored in Solr search server.

bin\solr.cmd start 

Make new Solr core "vscodegit", do schema and solrconfig config

Now You have set up vscode-git-kafka extension!

v1.1.0 Added git log command

Screenshot_git_log

v1.3.0 Added d3 and d3-cloud project word cloud

Screenshot_word_cloud

v1.3.3 Updated solr config text_en_splitting

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