All Projects → wy-z → Golite

wy-z / Golite

Licence: MIT license
Add essential language support for the Go language to Sublime Text 3.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Golite

dockerfile-utils
A library and command line interface for formatting and linting Dockerfiles.
Stars: ✭ 17 (+21.43%)
Mutual labels:  formatter, linting, formatting, linter
Ayu
🎨🖌 Modern Sublime Text theme
Stars: ✭ 3,933 (+27992.86%)
Mutual labels:  sublime, sublime-text, sublime-text-3
Coffeescript Sublime Plugin
Syntax highlighting and checking, commands, shortcuts, snippets, compilation and more.
Stars: ✭ 296 (+2014.29%)
Mutual labels:  sublime, sublime-text, sublime-text-3
sublime
Repository for the Tandem Sublime Plugin
Stars: ✭ 22 (+57.14%)
Mutual labels:  sublime, sublime-text, sublime-text-3
Sublime-uroboroSQL-formatter
Beautiful SQL Formatter for Sublime Text 3
Stars: ✭ 25 (+78.57%)
Mutual labels:  formatter, formatting, sublime-text-3
Nineties
💾 Colors for World Wide Web pioneers
Stars: ✭ 16 (+14.29%)
Mutual labels:  sublime, sublime-text, sublime-text-3
awesome-python-code-formatters
A curated list of awesome Python code formatters
Stars: ✭ 168 (+1100%)
Mutual labels:  formatter, formatting, gofmt
Sublimeallautocomplete
Extend Sublime autocompletion to find matches in all open files of the current window
Stars: ✭ 906 (+6371.43%)
Mutual labels:  sublime, sublime-text, sublime-text-3
Productive Sublime Snippets Ruby
Ruby Snippets for Sublime Text
Stars: ✭ 109 (+678.57%)
Mutual labels:  sublime, sublime-text, sublime-text-3
Nord Sublime Text
An arctic, north-bluish clean and elegant Sublime Text theme.
Stars: ✭ 109 (+678.57%)
Mutual labels:  sublime, sublime-text, sublime-text-3
Css3
The most complete CSS support for Sublime Text
Stars: ✭ 178 (+1171.43%)
Mutual labels:  sublime, sublime-text, sublime-text-3
Milotic
Color Full Theme for All Text Editors!
Stars: ✭ 23 (+64.29%)
Mutual labels:  sublime, sublime-text, sublime-text-3
sublime-live-server
🌍️ Launch a Development Server directly from Sublime Text
Stars: ✭ 49 (+250%)
Mutual labels:  sublime, sublime-text, sublime-text-3
eRCaGuy dotfiles
.bashrc file, terminal prompt that shows current git branch, Arduino setup, Eclipse setup, git diff with line numbers, helpful scripts, improved Linux productivity, etc.
Stars: ✭ 84 (+500%)
Mutual labels:  sublime, sublime-text, sublime-text-3
Wsl Proxy
WSL proxy files for editor/linux interop
Stars: ✭ 134 (+857.14%)
Mutual labels:  linter, sublime-text, sublime-text-3
Carbonsublime
🚀 A Sublime Text 3 Plugin for Carbon. (https://carbon.now.sh)
Stars: ✭ 104 (+642.86%)
Mutual labels:  sublime, sublime-text, sublime-text-3
Sublime-Pretty-Shell
🐚 Shell Script Formatter / Syntax Checker (Powered by shfmt)
Stars: ✭ 28 (+100%)
Mutual labels:  formatter, sublime-text, sublime-text-3
li18nt
🌎 Lint your i18n translation files. Detect conflicting properties, duplicates and make it more readable and easier to maintain by formatting it!
Stars: ✭ 29 (+107.14%)
Mutual labels:  formatter, linting, linter
typo3-typoscript-lint
Find coding errors in your TypoScript files.
Stars: ✭ 78 (+457.14%)
Mutual labels:  linting, linter
idea-uroborosql-formatter
Beautiful SQL Formatter for IntelliJ Platform
Stars: ✭ 18 (+28.57%)
Mutual labels:  formatter, formatting

Golite

Add essential language support for the Go language to Sublime Text 3, including:

  • Code completion gocode
  • Goto Definition godef + guru
  • Lint on save as well as lint manually SublimeLinter + gometalinter
  • Format on save as well as format manually gofmt + goimports
  • Rename gorename

Installation

The Golite package is installed by using Package Control.

  • If Package Control is not installed, follow the Installation Instructions
  • Open the Sublime Text command palette and run the Package Control: Install Package command
  • Type Golite and select the package to perform the installation

Commands

  • Golite: Format Format manually
  • Golite: Godef Go to definition
  • Golite: Rename Rename identifier
  • Golite: Install Dependencies Install dependencies
  • Golite: Doctor - Audit Installation Audit installation for common issues

Dependencies

  • gocode An autocompletion daemon for the Go programming language
  • guru A tool for answering questions about Go source code
  • goimports Update your Go import lines, adding missing ones and removing unreferenced ones
  • godef Print where symbols are defined in Go source code
  • gometalinter Concurrently run Go lint tools and normalise their output
  • gorename Perform precise type-safe renaming of identifiers in Go source code
  • SublimeLinter Interactive code linting framework for Sublime Text 3

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].