Giter Site home page Giter Site logo

thestrukture / ide Goto Github PK

View Code? Open in Web Editor NEW
356.0 18.0 20.0 118.52 MB

A Go code editor. With debugging and Autocomplete. 一个 Go 代码编辑器,具有 DEBUGGING 和 AUTOCOMPLETE

License: GNU Lesser General Public License v2.1

Go 52.26% JavaScript 21.21% Makefile 0.09% CSS 26.39% Dockerfile 0.04% Procfile 0.01%
strukture ide docker golang go html

ide's Introduction

Strukture IDE

Build Status GoDoc Test Coverage Maintainability FOSSA Status

About IDE

Just a Go IDE. It features :

  • Autocomplete.
  • Syntax correction.
  • Interactive terminal via web socket.
  • Line tags in relation to failed build logs.
  • Project build scripts.
  • View web application output.
  • Build docker images (Must have docker running on host) .
  • Breakpoints and debugging with Delve.
  • Regex directory search.
  • Automatically lints your code in the background, and suggests code fixes.

Requirements

  • Go v1.18+.

First Launch

If the server launch hangs on startup, close it and install the additional requirements manually. Prior to running the commands, set your GOPATH to $home/workspace. You can do this on Windows with set GOPATH=%USERPROFILE%\workspace. Run the following command :

go get github.com/mdempsky/gocode

To add debug support, you must install delve. You can find the guide here. (Don't worry it is quick) Install Delve

Install

	$ go install github.com/thestrukture/IDE@latest

How to run

	$ IDE

Run as a server

	$ IDE --headless

Bug reports & questions :

Please create a new issue on Github to report a bug.

How to use the strukture

Debug with the strukture

License

FOSSA Status

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.