Popularity
9.6
Growing
Activity
6.4
-
6,879
372
942
Code Quality Rank:
L1
Programming language: C++
License: GNU Lesser General Public License v3.0 only
LiteIDE alternatives and similar packages
Based on the "Other Software" category.
Alternatively, view LiteIDE alternatives based on common mentions on social networks and blogs.
-
Seaweed File System
SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, cross-DC active-active replication, Kubernetes, POSIX FUSE mount, S3 API, S3 Gateway, Hadoop, WebDAV, encryption, Erasure Coding. -
croc
Easily and securely send things from one computer to another :crocodile: :package: -
Gor
GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes. -
limetext
Open source API-compatible alternative to the text editor Sublime Text -
rkt
An App Container runtime that integrates with init systems, is compatible with other container formats like Docker, and supports alternative execution engines like KVM. -
confd
Manage local application configuration files using templates and data from etcd or consul -
toxiproxy
:alarm_clock: :fire: A TCP proxy to simulate network and system conditions for chaos and resiliency testing -
Comcast
Simulating shitty network connections so you can build better systems. -
Docker
Notary is a project that allows anyone to have trust over arbitrary collections of data -
scc
Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go -
Juju
Universal Operator Lifecycle Manager (OLM) for Kubernetes operators, and operators for traditional Linux and Windows apps, with declarative integration between operators for automated microservice integration. -
Stack Up
Super simple deployment tool - think of it like 'make' for a network of servers -
Documize
Modern Confluence alternative designed for internal & external docs, built with Go + EmberJS -
blocky
Fast and lightweight DNS proxy as ad-blocker for local network with many features -
GoDNS
A dynamic DNS client tool supports AliDNS, Cloudflare, Google Domains, DNSPod, HE.net & DuckDNS & DreamHost, etc, written in Go. -
peg
Peg, Parsing Expression Grammar, is an implementation of a Packrat parser generator. -
Go Package Store
An app that displays updates for the Go packages in your GOPATH. -
Guora
🖖🏻 A self-hosted Quora like web application written in Go 基于 Golang 类似知乎的私有部署问答应用 包含问答、评论、点赞、管理后台等功能 -
mockingjay
Fake server, Consumer Driven Contracts and help with testing performance from one configuration file with zero system dependencies and no coding whatsoever -
ipe
An open source Pusher server implementation compatible with Pusher client libraries written in GO -
tcpprobe
Modern TCP tool and service for network performance observability. -
Gokapi
Lightweight selfhosted Firefox Send alternative without public upload. AWS S3 supported.
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
Do you think we are missing an alternative of LiteIDE or a related project?
Popular Comparisons
README
<!-- Welcome to LiteIDE X -->
LiteIDE X
[liteide-logo](liteidex/liteide-logo/liteide.png)
Introduction
LiteIDE is a simple, open source, cross-platform Go IDE.
- Version: X38 (support Go 1.18 )
- Author: visualfc
Features
Core features
- System environment management
- MIME type management
- Configurable build commands
- Support files search replace and revert
- Quick open file, symbol and commands
- Plug-in system
- Integrated terminal
Advanced code editor
- Code editor supports Golang, Markdown and Golang Present
- Rapid code navigation tools
- Syntax highlighting and color scheme
- Code completion
- Code folding
- Display save revision
- Reload file by internal diff way
Golang support
- Support Go1.18 go.work
- Support Go1.11 Go modules
- Support Go1.5 Go vendor
- Support Go1 GOPATH
- Golang build environment management
- Compile and test using standard Golang tools
- Custom GOPATH support system, IDE and project
- Custom project build configuration
- Golang package browser
- Golang class view and outline
- Golang doc search and api index
- Source code navigation and information tips
- Source code find usages
- Source code refactoring and revert
- Integrated gocode clone of nsf/gocode
- Integrated gomodifytags
- Support source query tools guru
- Debug with GDB and Delve
Supported Systems
- Windows x86 (32-bit or 64-bit)
- Linux x86 (32-bit or 64-bit)
- MacOS X10.6 or higher (64-bit)
- FreeBSD 9.2 or higher (32-bit or 64-bit)
- OpenBSD 5.6 or higher (64-bit)
Latest Release Supported Platform Details
- Windows
- liteide-latest.windows-qt5.zip -> WindowsXP, Windows 7 8 10
- liteide-latest.windows-qt4.zip -> WindowsXP, Windows 7
- macOS
- liteide-latest.macosx-qt5.zip -> macOS 10.8 or higher
- Linux x64
- liteide-latest.linux-64-qt4.tar.bz2 -> Linux (64 bit) build on ubuntu 16.04
- liteide-latest.linux-64-qt5.tar.bz2 -> Linux (64 bit) build on ubuntu 16.04
- Linux x32
- liteide-latest.linux-32-qt4.tar.bz2 -> Linux (32 bit) build on ubuntu 16.04
- liteide-latest.linux-32-qt5.tar.bz2 -> Linux (32 bit) build on ubuntu 16.04
- ArchLinux
- liteide-latest.archlinux-pkgbuild.zip -> ArchLinux (64 bit) PKGBUILD
LiteIDE Command Line
liteide [files|folder] [--select-env id] [--local-setting] [--user-setting] [--reset-setting]
--select-env [system|win32|cross-linux64|...] select init environment id
--local-setting force use local setting
--user-setting force use user setting
--reset-setting reset current setting ( clear setting file)
Update liteide tools for support new Golang Version
go get -u github.com/visualfc/gotools
go get -u github.com/visualfc/gocode
Windows/Linux: copy GOPATH/bin gotools and gocode to liteide/bin
MacOS: copy GOPATH/bin gotools and gocode to LiteIDE.app/Contents/MacOS
Documents
- How to Install https://github.com/visualfc/liteide/blob/master/liteidex/deploy/welcome/en/install.md
- FAQ https://github.com/visualfc/liteide/blob/master/liteidex/deploy/welcome/en/guide.md
- 安装 LiteIDE https://github.com/visualfc/liteide/blob/master/liteidex/deploy/welcome/zh_CN/install.md
- FAQ 中文 https://github.com/visualfc/liteide/blob/master/liteidex/deploy/welcome/zh_CN/guide.md
Links
- LiteIDE Home http://liteide.org
- LiteIDE Source code https://github.com/visualfc/liteide
- Gotools Source code https://github.com/visualfc/gotools
- Gocode Source code https://github.com/visualfc/gocode
- Release downloads
- Google group https://groups.google.com/group/liteide-dev
- Changes https://github.com/visualfc/liteide/blob/master/liteidex/deploy/welcome/en/changes.md
Donate
New Home Page
- Home
- English Document
- 中文文档
- More info at liteide.org