SideVar - 変数はサイドバーにVSCodeのサイドバーに現在開いているファイルの変数名を辞書形式で表示する拡張機能です。ローカルLLMが各変数の役割を自動で解析・説明します。 ✨ Features
🔧 RequirementsローカルLLMサーバーが必要です。以下のいずれかを推奨:
⚙️ Extension Settingsこの拡張機能は以下の設定を提供します:
|
LLMツール | ベースURL | 備考 |
---|---|---|
LM Studio | http://127.0.0.1:1234/v1 |
デフォルト値・OpenAI互換 |
Ollama | http://localhost:11434/v1 |
OpenAI互換エンドポイント |
text-generation-webui | http://127.0.0.1:5000/v1 |
OpenAI互換モード |
LocalAI | http://localhost:8080/v1 |
OpenAI互換 |
Llama.cpp server | http://localhost:8080/v1 |
OpenAI互換モード |
Known Issues
Calling out known issues can help limit users opening duplicate issues against your extension.
Release Notes
Users appreciate release notes as you update your extension.
1.0.0
Initial release of ...
1.0.1
Fixed issue #.
1.1.0
Added features X, Y, and Z.
Following extension guidelines
Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.
Working with Markdown
You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
- Split the editor (
Cmd+\
on macOS orCtrl+\
on Windows and Linux). - Toggle preview (
Shift+Cmd+V
on macOS orShift+Ctrl+V
on Windows and Linux). - Press
Ctrl+Space
(Windows, Linux, macOS) to see a list of Markdown snippets.
For more information
Enjoy!