Nodeclipse / nodeclipse

Nodeclipse-1 : Eclipse plugin for Node.js, PhantomJS development (Nodeclipse core plugin); Maven and Gradle (with Android) plugins
https://nodeclipse.github.io/
158 stars 78 forks source link

Markdown and Content assist not working #56

Closed losintikfos closed 11 years ago

losintikfos commented 11 years ago

Installed nodeclipe, but "Content Assist" and "Markdown" preview doesn't seem to work. for example: var server = require("./server"); or var http = require("http");

Invoking "server" or "http" does not present code assist for exported functions or modules. Also opening ".md" file doesn't preview in Markdown view.

+++++++++++++++++ Eclipse SDK

Version: 4.2.1 Build id: M20120914-1800

paulvi commented 11 years ago

@losintikfos You mixed 2 cases in 1.

First part is duplicate of #50 support for node.js style module definitions

For Markdown preview, sometime there is need to click inside View (#29)

If more questions how to use, please ask on StackOverflow http://stackoverflow.com/questions/tagged/nodeclipse