使用nodeclipse时,当我单击一个函数名时,它不会带我到函数定义所在的模块(就像ctag特性中的c)。例如,比如说
var express = require('express');
var router = express.Router();现在,当我单击函数调用时,路由器()-我希望它转到节点_模块/快递/lib/路由器/index.js?
发布于 2014-12-19 05:05:55
使用tern (您的项目有.tern- project )时,当您在Router()上鼠标移动时,您应该会看到“源”是可单击的。

阅读更多
https://github.com/angelozerr/tern.java/wiki/New-and-Noteworthy-0.7.0
Nodeclipse主代码https://github.com/nodeclipse/nodeclipse-1/
Tern.java https://github.com/angelozerr/tern.java
提出问题,并准备好合作。
https://stackoverflow.com/questions/27553498
复制相似问题