-
Notifications
You must be signed in to change notification settings - Fork 928
docs: add Go LSP MCP configs and tools guide for code navigation #18613
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
Open
ThomasK33
wants to merge
1
commit into
thomask33/06-25-feat_oauth2_add_rfc_8707_resource_indicators_and_audience_validation
Choose a base branch
from
thomask33/feat_add_Go_LSP_configuration_and_code_navigation_documentation
base: thomask33/06-25-feat_oauth2_add_rfc_8707_resource_indicators_and_audience_validation
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Jun 26, 2025
9415189
to
b7d58f8
Compare
52fa7f3
to
1e2bc51
Compare
This was referenced Jun 27, 2025
f46d478
to
abbe929
Compare
3de973b
to
9f159b0
Compare
d379a2e
to
a218ad7
Compare
9f159b0
to
47d9a0a
Compare
a218ad7
to
e9c2d84
Compare
bffc160
to
e733c7b
Compare
e9c2d84
to
f519d23
Compare
johnstcn
reviewed
Jun 30, 2025
e733c7b
to
70e8be9
Compare
7228a65
to
9189fce
Compare
70e8be9
to
476c079
Compare
9189fce
to
1e3aa1a
Compare
476c079
to
d2eb876
Compare
This was referenced Jun 30, 2025
johnstcn
approved these changes
Jun 30, 2025
d2eb876
to
bb57d1e
Compare
1e3aa1a
to
6cf3ccb
Compare
6cf3ccb
to
d32fe24
Compare
bb57d1e
to
8949808
Compare
d32fe24
to
b663230
Compare
373faa2
to
79a40a3
Compare
b663230
to
2d32123
Compare
758de4d
to
655c391
Compare
2621adf
to
661c0e6
Compare
655c391
to
1aac087
Compare
661c0e6
to
5be06e7
Compare
1aac087
to
2becd1d
Compare
5be06e7
to
3275584
Compare
2becd1d
to
505c46c
Compare
Change-Id: I994c8ee8fa2c246808a9f68a86e83a6a3db6f8ac Signed-off-by: Thomas Kosiewski <[email protected]>
3275584
to
9bd7ff5
Compare
505c46c
to
55811a8
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add Code Navigation and Investigation Guide for Go LSP Tools
Added a new section to the CLAUDE.md documentation that explains how to use Go Language Server Protocol (LSP) tools when working with the Coder codebase. The guide includes:
This documentation helps developers more efficiently explore and understand the codebase structure.