-
Notifications
You must be signed in to change notification settings - Fork 77
Tasks view in Eclipse not showing TODOs #143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Go to Project->Properties->Javascript->Include Path and on tab "Source" add an exclusion pattern for node_modules/*/ that produces file
also 2 files: UPDATE: This approach is likely to be wrong, as it really excluded folder from source, while we need to exclude from validation and TODOs checking. UPDATE 2: OK with first step above, then |
Update I have found click-through on And this work with and without newer template. So benefit of newer template is questionable (only for TODOs). Now it would only add TODOs list (if jsdt validator buld is enabled) |
Hi again. :) Sorry, am confused by your last post. What do you mean by having found click-through on |
Just try click-through (i.e. holding Ctrl clicking on functions) JSDT can find definitions, even though is not aware of CommonJS modules (aka |
Hey sorry for the late reply, somehow I didn't see your earlier answer. That was a quick fix! thumbs up |
Yes, already released. Configuration is now correct, but builders in .project do not have jsdt builder when creating with Wizard (not with Nodeclipse CLI)... |
For discussion started at http://stackoverflow.com/questions/22881044/tasks-view-in-eclipse-not-showing-todos
The text was updated successfully, but these errors were encountered: