Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

ThomasK33
Copy link
Member

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:

  • Commands for finding function definitions, symbol references, and getting symbol information
  • Examples of LSP usage with specific commands
  • Guidance on when to use LSP versus other tools like grep or bash
  • A structured investigation strategy for navigating the codebase, starting with route registration and tracing through to implementations

This documentation helps developers more efficiently explore and understand the codebase structure.

@ThomasK33Graphite App
Copy link
MemberAuthor

ThomasK33 commentedJun 26, 2025
edited
Loading

This stack of pull requests is managed byGraphite. Learn more aboutstacking.

@ThomasK33ThomasK33force-pushed thethomask33/feat_add_Go_LSP_configuration_and_code_navigation_documentation branch from9415189 tob7d58f8CompareJune 26, 2025 17:03
@ThomasK33ThomasK33 marked this pull request as ready for reviewJune 26, 2025 17:03
@ThomasK33ThomasK33 changed the titledocs: add Go LSP tools guide for code navigationdocs: add Go LSP MCP configs and tools guide for code navigationJun 26, 2025
@ThomasK33ThomasK33force-pushed thethomask33/feat_add_Go_LSP_configuration_and_code_navigation_documentation branch 2 times, most recently from52fa7f3 to1e2bc51CompareJune 27, 2025 16:36
@ThomasK33ThomasK33force-pushed thethomask33/06-25-feat_oauth2_add_rfc_8707_resource_indicators_and_audience_validation branch fromf46d478 toabbe929CompareJune 27, 2025 17:29
@ThomasK33ThomasK33force-pushed thethomask33/feat_add_Go_LSP_configuration_and_code_navigation_documentation branch 2 times, most recently from3de973b to9f159b0CompareJune 30, 2025 11:06
@ThomasK33ThomasK33force-pushed thethomask33/06-25-feat_oauth2_add_rfc_8707_resource_indicators_and_audience_validation branch 2 times, most recently fromd379a2e toa218ad7CompareJune 30, 2025 11:49
@ThomasK33ThomasK33force-pushed thethomask33/feat_add_Go_LSP_configuration_and_code_navigation_documentation branch from9f159b0 to47d9a0aCompareJune 30, 2025 11:49
@ThomasK33ThomasK33force-pushed thethomask33/06-25-feat_oauth2_add_rfc_8707_resource_indicators_and_audience_validation branch froma218ad7 toe9c2d84CompareJune 30, 2025 12:02
@ThomasK33ThomasK33force-pushed thethomask33/feat_add_Go_LSP_configuration_and_code_navigation_documentation branch 2 times, most recently frombffc160 toe733c7bCompareJune 30, 2025 12:31
@ThomasK33ThomasK33force-pushed thethomask33/06-25-feat_oauth2_add_rfc_8707_resource_indicators_and_audience_validation branch frome9c2d84 tof519d23CompareJune 30, 2025 12:31
@ThomasK33ThomasK33force-pushed thethomask33/feat_add_Go_LSP_configuration_and_code_navigation_documentation branch frome733c7b to70e8be9CompareJune 30, 2025 12:46
@ThomasK33ThomasK33force-pushed thethomask33/06-25-feat_oauth2_add_rfc_8707_resource_indicators_and_audience_validation branch 2 times, most recently from7228a65 to9189fceCompareJune 30, 2025 12:53
@ThomasK33ThomasK33force-pushed thethomask33/feat_add_Go_LSP_configuration_and_code_navigation_documentation branch from70e8be9 to476c079CompareJune 30, 2025 12:53
@ThomasK33ThomasK33 requested a review fromjohnstcnJune 30, 2025 13:21
@ThomasK33ThomasK33force-pushed thethomask33/feat_add_Go_LSP_configuration_and_code_navigation_documentation branch from373faa2 to79a40a3CompareJuly 1, 2025 13:23
@ThomasK33ThomasK33force-pushed thethomask33/06-25-feat_oauth2_add_rfc_8707_resource_indicators_and_audience_validation branch fromb663230 to2d32123CompareJuly 1, 2025 13:23
@ThomasK33ThomasK33force-pushed thethomask33/06-25-feat_oauth2_add_rfc_8707_resource_indicators_and_audience_validation branch 2 times, most recently from758de4d to655c391CompareJuly 1, 2025 13:40
@ThomasK33ThomasK33force-pushed thethomask33/feat_add_Go_LSP_configuration_and_code_navigation_documentation branch 2 times, most recently from2621adf to661c0e6CompareJuly 1, 2025 16:50
@ThomasK33ThomasK33force-pushed thethomask33/06-25-feat_oauth2_add_rfc_8707_resource_indicators_and_audience_validation branch from655c391 to1aac087CompareJuly 1, 2025 16:50
@ThomasK33ThomasK33force-pushed thethomask33/feat_add_Go_LSP_configuration_and_code_navigation_documentation branch from661c0e6 to5be06e7CompareJuly 1, 2025 17:18
@ThomasK33ThomasK33force-pushed thethomask33/06-25-feat_oauth2_add_rfc_8707_resource_indicators_and_audience_validation branch from1aac087 to2becd1dCompareJuly 1, 2025 17:18
@ThomasK33ThomasK33force-pushed thethomask33/feat_add_Go_LSP_configuration_and_code_navigation_documentation branch from5be06e7 to3275584CompareJuly 1, 2025 19:54
@ThomasK33ThomasK33force-pushed thethomask33/06-25-feat_oauth2_add_rfc_8707_resource_indicators_and_audience_validation branch from2becd1d to505c46cCompareJuly 1, 2025 19:54
@ThomasK33ThomasK33force-pushed thethomask33/feat_add_Go_LSP_configuration_and_code_navigation_documentation branch from3275584 to9bd7ff5CompareJuly 1, 2025 20:14
@ThomasK33ThomasK33force-pushed thethomask33/06-25-feat_oauth2_add_rfc_8707_resource_indicators_and_audience_validation branch 2 times, most recently from55811a8 to10db833CompareJuly 2, 2025 12:08
@ThomasK33ThomasK33force-pushed thethomask33/feat_add_Go_LSP_configuration_and_code_navigation_documentation branch from9bd7ff5 to1d7dbb1CompareJuly 2, 2025 12:08
@ThomasK33ThomasK33force-pushed thethomask33/06-25-feat_oauth2_add_rfc_8707_resource_indicators_and_audience_validation branch from10db833 toa63b9fdCompareJuly 2, 2025 12:25
@ThomasK33ThomasK33force-pushed thethomask33/feat_add_Go_LSP_configuration_and_code_navigation_documentation branch from1d7dbb1 to7cab8d5CompareJuly 2, 2025 12:25
@ThomasK33ThomasK33 changed the base branch fromthomask33/06-25-feat_oauth2_add_rfc_8707_resource_indicators_and_audience_validation tographite-base/18613July 2, 2025 15:48
@ThomasK33ThomasK33force-pushed thethomask33/feat_add_Go_LSP_configuration_and_code_navigation_documentation branch from7cab8d5 toa1cb748CompareJuly 2, 2025 15:49
@ThomasK33ThomasK33 changed the base branch fromgraphite-base/18613 tomainJuly 2, 2025 15:49
@ThomasK33ThomasK33force-pushed thethomask33/feat_add_Go_LSP_configuration_and_code_navigation_documentation branch froma1cb748 to1809030CompareJuly 2, 2025 15:49
Change-Id: I994c8ee8fa2c246808a9f68a86e83a6a3db6f8acSigned-off-by: Thomas Kosiewski <tk@coder.com>
@ThomasK33ThomasK33force-pushed thethomask33/feat_add_Go_LSP_configuration_and_code_navigation_documentation branch from1809030 to910d2c8CompareJuly 2, 2025 16:35
@ThomasK33ThomasK33 merged commit1b73b1a intomainJul 2, 2025
32 checks passed
@ThomasK33Graphite App
Copy link
MemberAuthor

Merge activity

@ThomasK33ThomasK33 deleted the thomask33/feat_add_Go_LSP_configuration_and_code_navigation_documentation branchJuly 2, 2025 16:43
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsJul 2, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@johnstcnjohnstcnjohnstcn approved these changes

@ibetitsmikeibetitsmikeAwaiting requested review from ibetitsmike

Assignees

@ThomasK33ThomasK33

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@ThomasK33@johnstcn

[8]ページ先頭

©2009-2025 Movatter.jp