Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for reading .bas (VBA) files #2641

Open
kokakumezaki opened this issue Feb 2, 2025 · 0 comments
Open

Add support for reading .bas (VBA) files #2641

kokakumezaki opened this issue Feb 2, 2025 · 0 comments

Comments

@kokakumezaki
Copy link

echo ## 現状の問題

  • Cursorで.basファイル(VBAファイル)がread_fileツールで読み取れない
  • 拡張子の関連付けやVSCode設定での対応が機能しない
  • VBAプロジェクトの編集・管理に支障が出ている

要望する機能

  • read_fileツールで.basファイルの直接読み取りをサポート
  • VBAファイルのプレーンテキストとしての読み取り機能
  • シンタックスハイライトのサポート(可能であれば)

期待される効果

  • VBAファイルの編集・管理が効率化
  • コード修正作業のスムーズな実行
  • Cursorでのプログラミング体験の向上

技術的な提案

  • .basファイルをplaintext形式として読み取れるように実装
  • 必要に応じてVBAファイル形式の解析機能を追加
  • VSCodeの拡張機能との互換性を確保 | clip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant