Coder Social home page Coder Social logo

Comments (3)

sarnowski avatar sarnowski commented on June 9, 2024

A little list of features I would like to have for appengine development.

required:

  • sdk support
    • dev_appserver.py control from within idea
    • auto completion with appengine libraries

nice-to-have:

  • app.yaml support
    • generation on project setup
      • application: projectname
      • version: 1
      • runtime: go
      • api_version: 2
    • possible api version check (take from VERSION file in the sdk)
  • toolbox to show entry points
    • configurations through app.yaml (e.g. permissions)
    • http.HandleFunc calls
    • if possible combine to get a list of all entry points combined with their persmission restrictions
  • datastore inspection
    • sqlite test database is stored in temporary directory
  • "Hello World" project generation
    • default directory structure
    • default app.yaml
    • default handler

from go-lang-idea-plugin.

dlsniper avatar dlsniper commented on June 9, 2024

So... here's the current status of the above features:

required:

  • [DONE] sdk support
    • [DONE] dev_appserver.py control from within idea
    • [DONE] auto completion with appengine libraries

nice-to-have:

  • app.yaml support
    • [DONE] generation on project setup
      • application: projectname
      • version: 1
      • runtime: go
      • api_version: 2
    • [POSTPONED - we'll cross that bridge when we get there] possible api version check (take from VERSION file in the sdk)
  • [NEED FEEDBACK] toolbox to show entry points
    • configurations through app.yaml (e.g. permissions)
    • http.HandleFunc calls
    • if possible combine to get a list of all entry points combined with their persmission restrictions
  • [DONE - this is something that IntellJ platform supports already] datastore inspection
    • sqlite test database is stored in temporary directory
  • [DONE] "Hello World" project generation
    • default directory structure
    • default app.yaml
    • default handler

from go-lang-idea-plugin.

dlsniper avatar dlsniper commented on June 9, 2024

I'll close this as we have better support in 0.9.16. If any other features are needed then separate issues should be opened.

from go-lang-idea-plugin.

Related Issues (20)

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.