- This topic has 4 replies, 4 voices, and was last updated 16 years, 9 months ago by ijoeking.
-
AuthorPosts
-
wobbetMemberI just started using the JavaScript editor so there may be some options that I don’t have enable that will let me do what I want…
1 – I want // TODO items to show up in my task list. I saw this requested for the XML editor but wasn’t sure that it had been mentioned for JavaScript
2 – I want to be able to either declare dependencies between JavaScript files or have MyEclipse automatically reference sibling files to help out with code completion. If I declare an object and all of its methods in one .js file I would like to have code completion understand those methods. If the .js files are all in the same directory maybe? If we declare one or more directories to be “src” directories for JavaScript similar to declaring src directories for Java maybe?
3 – Syntax checking doesn’t seem to be happening. I’ve got some obviously invalid code and it isn’t being highlighted in any way as being invalid.
4 – Have the .js files expand in the package explorer to show methods and members just like happens in the Outline view. I like screen real-estate and having those in the package view would save space and clicks (yes I know I can get the outline beside the tasks/problems/etc.).
Riyad KallaMemberwobbet,
We know the Javascript Editor is going to need to get some additional enhancements. We will look into it closer to the Fall timeframe.
ernestzMemberAny updates or information on having <b>TODO</b>, <b>FIXME</b>, or other task markers from javascript, html, xhtml, jsp, etc. show up in the Eclipse <b>Tasks</b> list?
Riyad KallaMemberNo news unfortunately. Hopefully soon though (7.0 possibly)
ijoekingMemberThis is quite important for our development team which is working about 80% in javascript, 20% in java. I tried to redefine the content types but it does not seem that the Task Tag filters really work off of the content type definitions (even though it looks like they do). If anyone comes up with a configuration workaround please post it here (please).
-
AuthorPosts