{"id":15493980,"url":"https://github.com/noonat/sublime-gocomplete","last_synced_at":"2026-02-13T07:39:30.005Z","repository":{"id":66896379,"uuid":"83239484","full_name":"noonat/sublime-gocomplete","owner":"noonat","description":"Sublime autocompletion for Golang using gocode.","archived":false,"fork":false,"pushed_at":"2017-02-26T21:00:04.000Z","size":6,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-20T10:11:37.568Z","etag":null,"topics":["autocomplete","autocompletion","gocode","golang","sublime-text","sublime-text-3"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/noonat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-26T20:46:34.000Z","updated_at":"2023-12-01T07:50:29.000Z","dependencies_parsed_at":"2023-02-22T16:45:20.446Z","dependency_job_id":null,"html_url":"https://github.com/noonat/sublime-gocomplete","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/noonat/sublime-gocomplete","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noonat%2Fsublime-gocomplete","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noonat%2Fsublime-gocomplete/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noonat%2Fsublime-gocomplete/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noonat%2Fsublime-gocomplete/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noonat","download_url":"https://codeload.github.com/noonat/sublime-gocomplete/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noonat%2Fsublime-gocomplete/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29398861,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autocomplete","autocompletion","gocode","golang","sublime-text","sublime-text-3"],"created_at":"2024-10-02T08:10:18.893Z","updated_at":"2026-02-13T07:39:29.986Z","avatar_url":"https://github.com/noonat.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sublime Gocomplete\n\nThis Sublime Text 3 package adds support for code completions and function\nsignatures using gocode and gogetdoc. It cooperates with Sublime Text's\nautocompletion system.\n\n## Dependencies\n\nBefore you can use this, you'll need to install gocode and gogetdoc:\n\n```\ngo get -u github.com/nsf/gocode\ngo get -u github.com/zmb3/gogetdoc\n```\n\nThis package also uses [golangconfig] to discover paths and environment\nvariables related to Golang. It is installed automatically for you when you\ninstall this package via Package Control.\n\n[golangconfig]: http://github.com/golang/sublime-config\n\n## Settings\n\nThis plugin has the following settings:\n\n```javascript\n{\n  // Set to false to disable gocode autocompletion.\n  \"show_completions\": true,\n\n  // Set to false to disable signature help when hovering with the mouse.\n  \"show_signatures_hover\": true,\n\n  // Set to false to disable signature help when typing a function call.\n  \"show_signatures_paren\": true\n}\n```\n\n## Autocomplete on \".\"\n\nBy default, Sublime Text 3 will only autocomplete when you start typing\nletters. If you want to autocomplete after pressing `.`, you can open Sublime\nText -\u003e Preferences -\u003e Settings - Syntax Specific (while editing a Go file),\nand add this:\n\n```javascript\n// User/Preferences.sublime-settings or User/Go.sublime-settings\n{\n  // ...\n  \"auto_complete_triggers\": [\n    {\"selector\": \"source.go\", \"characters\": \".\"}\n  ]\n}\n```\n\nIf you *only* want completion after dot, you can also add this:\n\n```javascript\n// User/Preferences.sublime-settings or User/Go.sublime-settings\n{\n  // ...\n  \"auto_complete_selector\": \"-\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoonat%2Fsublime-gocomplete","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoonat%2Fsublime-gocomplete","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoonat%2Fsublime-gocomplete/lists"}