Giter VIP home page Giter VIP logo

octonalysis-browser-extension's Introduction

OctoAnalysis

OctoAnalysis brings static analysis to GitHub, allowing you to resolve references as if you were using your IDE.

How Does It Work?

Our server computes and caches static analysis results for specific GitHub projects. The browser extension retrieves the analysis data and updates the document such that reference resolution becomes possible.

Related Work

OctoLinker helps with navigating between project dependencies. For example, when Bower is used for dependency management, OctoLinker analyzes bower.json and adds links to the dependencies.

Future Work

Analysing a project in the browser is not possible. First, because our tools (*) do not run in the browser (yet). Second, our tools (*) are probably not performant enough to be run in a browser. Furthermore, caching the analysis on the server makes sense, because many people will view the same file, and doing these computations client-side would be a waste of time.

(* = both the JSGLR parser and the constraint solver are notoriously slow)

octonalysis-browser-extension's People

Contributors

martijndwars avatar

Watchers

 avatar James Cloos avatar

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.