-
Notifications
You must be signed in to change notification settings - Fork 16k
[FEATURE]: Add LSP support for Bangla language #22298
Copy link
Copy link
Closed
Arefin994/opencode-fork
#1Labels
coreAnything pertaining to core functionality of the application (opencode server stuff)Anything pertaining to core functionality of the application (opencode server stuff)discussionUsed for feature requests, proposals, ideas, etc. Open discussionUsed for feature requests, proposals, ideas, etc. Open discussion
Metadata
Metadata
Assignees
Labels
coreAnything pertaining to core functionality of the application (opencode server stuff)Anything pertaining to core functionality of the application (opencode server stuff)discussionUsed for feature requests, proposals, ideas, etc. Open discussionUsed for feature requests, proposals, ideas, etc. Open discussion
Type
Fields
Give feedbackNo fields configured for issues without a type.
Feature hasn't been suggested before.
Describe the enhancement you want to request
What do you want to change or add?
I want to add Language Server Protocol (LSP) support for the Bangla language. This will allow the OpenCode agent to provide better code navigation, syntax checking, and hover information for developers working in Bangla-speaking contexts.
What are the benefits of implementing this?
Additional Context
I have already explored the
internal/lspdirectory and used Copilot to draft the configuration changes. I am ready to submit a Pull Request once this feature request is approved.