Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] JSDT Sync call minutes

Hi,

I would like to improve tern.java again with several features but I need JSDT provides some extension : 

 * improve "Generate Element Comment" by adding type in the JavaDoc. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=470328 and https://github.com/angelozerr/tern.java/issues/334
 * improve refactoring to refactor variable name for exported, imported variable in node.js, ES6 module and refactor name of angular module, controller, etc. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=479807
 * improve "Find references (Ctrl+Shift+G)" to support search for variable, specifier  in node.js, ES6 module. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=479807 and https://github.com/angelozerr/tern.java/issues/339

Many thanks for your help.

Regard's Angelo

2016-01-06 22:55 GMT+01:00 Angelo zerr <angelo.zerr@xxxxxxxxx>:
Hi everybody,

At first, Happy new year! Here my comments:

1) Working with AST tree to detect tasks.

With tern, it was easy to do, because yoiu can add your custom function when regsiterTask is called. See https://github.com/angelozerr/tern-grunt/blob/master/grunt.js#L21
I think with simple parser like esprima, it should be more difficult to do it.

2) JSON editor is now merged.

It's a very cool news! Thanks Victor to have helped me.

Gorkem will open a bugzilla for JSON Editor json schema catalog

It's a very exciting part of the JSON Editor but a big task too, because it doesn't exists a JSON Schema Editor written in Java which is able to report error with location. So I had started to write it. The idea is to have https://github.com/angelozerr/eclipse-wtp-json/blob/master/core/org.eclipse.json/src/org/eclipse/json/impl/schema/JSONSchemaDocument.java which is able to :

 * validate a JSON stream
 * provide completion for JSON Schema (it should start working)

But IMHO, I think the first work to do is to :


 * validate the IJSONModel API
 * fix bugs to synch IJSONModel and editor (when user types some contents, it should sync the IJSONModel correctly) It's a very hard task, but the most important, because as IJSONModel is not very synched, there are a lot of bugs when user types some content (completion doesn't work for instance).

3) XML/HTML validation extension

Gathering feedback from Angelo(the requestor for the extension)


Regard's Angelo

2016-01-06 21:40 GMT+01:00 Gorkem Ercan <gorkem.ercan@xxxxxxxxx>:

Hi,
The minutes from this year's first call is up on https://wiki.eclipse.org/JSDT/Confcalls/Minutes_20160105
Thanks to all participants,
--
Gorkem
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/wtp-dev



Back to the top