Giter Site home page Giter Site logo

nodeintellisense's Introduction

Node.js IntelliSense for Visual Studio

##These are not maintaining! Please see Node.js Tools for Visual Studio.

  • Require VisualStudio 2012 / Visual Studio 2010
  • This project adds definitions for Node.js libraries to Visual Studio's Javascript IntelliSense.

##Installation Copy the nodelib folder from this repository to the root directory of your website project.

##Usage

Add

/// <reference path="~/nodelib/node.js"/>

to ~/Scripts/_references.js.

###Adding custom modules To add IntelliSense for non-built-in modules, set require.modules.module name to the object exported by the module. Calling require("module name") will then return that object.

You can usually expose existing files by creating a separate file that looks like this:

/// <reference path="../node_modules/q/q.js" />
require.modules.q = exports;
exports = module.exports = {};

And referencing that file in ~/Scripts/_references.js.

##Licence

Copylight © 2013 Tadahiro Ishisaka (http://isisaka.com/)

See below "LICENSE" file.

##Original

Originally written by kurouninn.

As for the original source code, the MIT license is former-distributed. See below "Original License" file.

URL: https://bitbucket.org/kurouninn/node.js-visualstudio-intellisense

Very, very thanks kuroninn.

##History

###v0.2

  • Add support for custom modules defined in require.modules. (by SLaks)

###v0.1.1

  • Alpha Release.
  • Target Node.js version 0.8.19

###v0.1.0: 2013/01/20

  • Alpha Release.
  • Target Node.js version 0.8.17
  • The addition of summary comments from original codes.
  • The addition of Punycode library codes.
  • All Classes and functions are modified from original code.
  • Author changed.

nodeintellisense's People

Contributors

ishisaka avatar slaks avatar p3x-robot avatar

Watchers

Dmytro Ostapenko avatar  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.