Coder Social home page Coder Social logo

auiworks / amcoffee Goto Github PK

View Code? Open in Web Editor NEW
54.0 54.0 10.0 211 KB

A CoffeeScript version of the Chrome Console.

Home Page: https://chrome.google.com/webstore/detail/amcoffee/eohnbihebhopoapemdbbodaiaagpogik

License: MIT License

CoffeeScript 68.95% HTML 7.99% CSS 23.06%
chrome coffeescript console debug extension

amcoffee's People

Contributors

aioutecism avatar zetavg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

amcoffee's Issues

Display of Queried Object

When I query for $(document) in the normal console, I get
image
... which is pretty good and understandable.

If I do the same in the amCoffee I get
image
... which is not very useful in my daily work.

It's kinda nice to have all functions plotted to see what is possible but could we get a combination of both worlds?

Thanks, Bernhard

Variables and context / scope is not persisted across commands

So I realize I could do window.x = 'hi'Enteralert x

But I'm used to doing things like x = 'tempVal'Enteralert x

Unfortunately, x is undefined in the second command. Is there any way to have the entire console share the same scope across multiple commands? Having to type the entire set of commands in one execution before I can even see what's going to happen is a bit limiting.

Better console support

  • Support for different console functions (log, error...).
  • Print console output when it comes.

Typing window causes error

> window
RangeError: Maximum call stack size exceeded
at Object.window.__amCoffee__.process (<anonymous>:5:471)
at Object.window.__amCoffee__.process (<anonymous>:5:500)
at Object.window.__amCoffee__.process (<anonymous>:5:500)
at Object.window.__amCoffee__.process (<anonymous>:5:500)
at Object.window.__amCoffee__.process (<anonymous>:5:500)
at Object.window.__amCoffee__.process (<anonymous>:5:500)
at Object.window.__amCoffee__.process (<anonymous>:5:500)
at Object.window.__amCoffee__.process (<anonymous>:5:500)
at Object.window.__amCoffee__.process (<anonymous>:5:500)
at Object.window.__amCoffee__.process (<anonymous>:5:500)

Cannot install extension

When I try to add from the Chrome Web Store:

Package is invalid. Details: '/private/var/folders/96/vcw6tp7n32ldlvt6h9nr1thr0000gn/T/scoped_dir_NjyRPM/CRX_INSTALL/_locales/zh_CN/messages.json: Line: 19, column: 6, Trailing comma not allowed.'.

How can I set objects?

How can I set variables to object?

> a = {}
{}
> a
ReferenceError: a is not defined

or this :

> h = require 'helpers'
...some functions...
> h
ReferenceError: h is not defined

not creating functions?

in the amCoffee tab I enter:

 a  = -> "test"

It echoes back:

function () {
      return "test";
    }

I enter:

a()

It echoes back:

ReferenceError: a is not defined

I installed it from google play. what am i doing wrong?

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.