Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Orion/Plan/Language Tools"

< Orion‎ | Plan
m
 
(27 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This is a high level roadmap for Language Tools in the Orion editor.  Items here are not guaranteed to be found in any release.  For more details on what is being worked on, run queries on Bugzilla
+
== Orion 13.0 (Oct 2016) ==
 +
This is a high level roadmap for Language Tools in the Orion editor.  Items here are not guaranteed to be found in any release.   
  
== Orion 10.0 ==
+
For more details on what is being worked on, have a look at the [https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&classification=ECD&component=Editor&component=JS%20Tools&list_id=12404773&product=Orion&query_format=advanced&target_milestone=13.0 current bugs tagged for 13.0]
  
=== Enviromnents ===
+
{{PlanItem|Provide a full featured tooling plugin for Brackets||}}
{{PlanItem|Support RequireJS as a target development environment}}
+
{{PlanItem|Support ES7/ES2016|496859|investigate}}
{{PlanItem|Support Node Modules as a target development environment}}
+
{{PlanItem|Make it easier to update 3rd party library (specifically Tern)||}}
{{PlanItem|Support Plain HTML as a target development environment}}
+
{{PlanItem|ES6-ify Orion||}}
 +
{{PlanItem|Mark guessed proposals||}
 +
{{PlanItem|Use HTMLLint|476910|}}
  
=== Navigation ===
+
== Orion 12.0 (June 2016) ==
{{PlanItem|Search for references and declarations|471947|}}
+
{{PlanItem|Support .eslintrc files|461228|complete}}
 +
{{PlanItem|Investigate making the entire JS bundle a worker|484136|dropped}}
 +
{{PlanItem|Investigate making the JavaScript tools consumable outside of Orion|486482|complete}}
 +
{{PlanItem|Support cross file linting|486577|complete}}
 +
{{PlanItem|Improve logical file lookup performance|457872|inprogress}}
 +
{{PlanItem|Update to Tern 18.0||complete}}
 +
{{PlanItem|Update to Acorn ||complete}}
 +
{{PlanItem|Update to ESLint ||complete}}
 +
{{PlanItem|Support ES6/ES2015 ||complete}}
  
=== Refactoring ===
+
== Orion 11.0 (Feb 2016) ==
{{PlanItem|Multi file rename||}}
+
{{PlanItem|Search for references and declarations|471947|complete}}
 +
{{PlanItem|Tern Plugin for JSDoc|468188|complete}}
 +
{{PlanItem|Tern Plugin for ESLint||complete}}
 +
{{PlanItem|Fully support .tern-project files|476062|complete}}
 +
{{PlanItem|Update to Tern 0.16.0|482509|complete}}
 +
{{PlanItem|Update to Acorn 2.6.4|482512|complete}}
 +
{{PlanItem|Update to ESLint 1.9.0|482505|complete}}
 +
{{PlanItem|Update to Doctrine 0.7.1|482526|complete}}
 +
{{PlanItem|Update to Estraverse 4.1.1|482529|complete}}
 +
{{PlanItem|Update to EScope 3.2.0|482612|complete}}
 +
{{PlanItem|Use node-htmlparser2||complete}}
 +
{{PlanItem|Allow quick fixes to apply to all problems in file|475852|complete}}
  
=== Content Assist ===
+
== Orion 10.0 (Nov 2015) ==
{{PlanItem|Improve HTML content assist|471446|}}
+
 
{{PlanItem|Improve CSS content assist||}}
+
{{PlanItem|Support RequireJS as a target development environment||complete}}
 +
{{PlanItem|Support Node Modules as a target development environment||complete}}
 +
{{PlanItem|Support Plain HTML as a JavaScript target development environment|465816|complete}}
 +
{{PlanItem|Search for references and declarations|471947|inprogress}}
 +
{{PlanItem|Multi file rename||complete}}
 +
{{PlanItem|Improve HTML content assist|471446|complete}}
 +
{{PlanItem|Improve CSS content assist|458306|inprogress}}
 
{{PlanItem|Make content assist discoverable|472071|}}
 
{{PlanItem|Make content assist discoverable|472071|}}
 
{{PlanItem|Display parameters when auto completing functions||}}
 
{{PlanItem|Display parameters when auto completing functions||}}
 
+
{{PlanItem|Investigate incremental parsing|460256|}}
=== Other ===
+
{{PlanItem|Make comment keybindings work for CSS/HTML|469939|inprogress}}
{{PlanItem|Make comment keybindings work for CSS/HTML|469939|}}
+
{{PlanItem|Support ES6 constructs|460728|complete}}
{{PlanItem|Support ES6 constructs||}}
+
{{PlanItem|Update to latest Esprima parser|473765|complete}}
 +
{{PlanItem|Update to Tern 0.10.0|465034|complete}}
 +
{{PlanItem|Update to Tern 0.12.0|473111|complete}}
 +
{{PlanItem|Update to Acorn 2.0.4|472303|complete}}
 +
{{PlanItem|Update to latest ESLint 0.15.1||complete}}
  
 
== Other ideas ==  
 
== Other ideas ==  
Line 30: Line 62:
 
{{PlanItem|Replace quickfix commands with a service API||}}
 
{{PlanItem|Replace quickfix commands with a service API||}}
 
{{PlanItem|Use pages or type filtering to reduce size of content assist proposal list||}}
 
{{PlanItem|Use pages or type filtering to reduce size of content assist proposal list||}}
{{PlanItem|Style individual proposals (show deprecated functions)||}}
+
{{PlanItem|Style individual proposals (show deprecated functions)|473204|}}
 
{{PlanItem|Rich visuals in tooltips and content assist (guides/tools/wizards)||}}
 
{{PlanItem|Rich visuals in tooltips and content assist (guides/tools/wizards)||}}
 
{{PlanItem|Color picker, Regex analysis||}}
 
{{PlanItem|Color picker, Regex analysis||}}
{{PlanItem|Hyperlink file navigation||}}
+
{{PlanItem|Hyperlinks in editor text for navigation||}}
 
{{PlanItem|Mark matching tags in HTML||}}
 
{{PlanItem|Mark matching tags in HTML||}}
 
{{PlanItem|Swift tooling||}}
 
{{PlanItem|Swift tooling||}}
Line 39: Line 71:
 
{{PlanItem|Better workflow for changing settings||}}
 
{{PlanItem|Better workflow for changing settings||}}
 
{{PlanItem|Allow sub categories in settings||}}
 
{{PlanItem|Allow sub categories in settings||}}
 
 
{{PlanItem|Allow user interaction with Tern plugins||}}
 
{{PlanItem|Allow user interaction with Tern plugins||}}
 
{{PlanItem|Provide option to turn off Go Into behaviour||}}
 
{{PlanItem|Provide option to turn off Go Into behaviour||}}
 +
 +
[[Category:Orion]]

Latest revision as of 11:24, 5 July 2017

Orion 13.0 (Oct 2016)

This is a high level roadmap for Language Tools in the Orion editor. Items here are not guaranteed to be found in any release.

For more details on what is being worked on, have a look at the current bugs tagged for 13.0


Chkbox disabled.gif Provide a full featured tooling plugin for Brackets

Glass.gif Support ES7/ES2016 (496859)

Chkbox disabled.gif Make it easier to update 3rd party library (specifically Tern)

Chkbox disabled.gif ES6-ify Orion {{PlanItem|Mark guessed proposals||}

Chkbox disabled.gif Use HTMLLint (476910)

Orion 12.0 (June 2016)

Ok green.gif Support .eslintrc files (461228)

Error.gif Investigate making the entire JS bundle a worker (484136)

Ok green.gif Investigate making the JavaScript tools consumable outside of Orion (486482)

Ok green.gif Support cross file linting (486577)

Progress.gif Improve logical file lookup performance (457872)

Ok green.gif Update to Tern 18.0

Ok green.gif Update to Acorn

Ok green.gif Update to ESLint

Ok green.gif Support ES6/ES2015

Orion 11.0 (Feb 2016)

Ok green.gif Search for references and declarations (471947)

Ok green.gif Tern Plugin for JSDoc (468188)

Ok green.gif Tern Plugin for ESLint

Ok green.gif Fully support .tern-project files (476062)

Ok green.gif Update to Tern 0.16.0 (482509)

Ok green.gif Update to Acorn 2.6.4 (482512)

Ok green.gif Update to ESLint 1.9.0 (482505)

Ok green.gif Update to Doctrine 0.7.1 (482526)

Ok green.gif Update to Estraverse 4.1.1 (482529)

Ok green.gif Update to EScope 3.2.0 (482612)

Ok green.gif Use node-htmlparser2

Ok green.gif Allow quick fixes to apply to all problems in file (475852)

Orion 10.0 (Nov 2015)

Ok green.gif Support RequireJS as a target development environment

Ok green.gif Support Node Modules as a target development environment

Ok green.gif Support Plain HTML as a JavaScript target development environment (465816)

Progress.gif Search for references and declarations (471947)

Ok green.gif Multi file rename

Ok green.gif Improve HTML content assist (471446)

Progress.gif Improve CSS content assist (458306)

Chkbox disabled.gif Make content assist discoverable (472071)

Chkbox disabled.gif Display parameters when auto completing functions

Chkbox disabled.gif Investigate incremental parsing (460256)

Progress.gif Make comment keybindings work for CSS/HTML (469939)

Ok green.gif Support ES6 constructs (460728)

Ok green.gif Update to latest Esprima parser (473765)

Ok green.gif Update to Tern 0.10.0 (465034)

Ok green.gif Update to Tern 0.12.0 (473111)

Ok green.gif Update to Acorn 2.0.4 (472303)

Ok green.gif Update to latest ESLint 0.15.1

Other ideas

Chkbox disabled.gif Make tooltips part of the customizable theme

Chkbox disabled.gif Project level settings

Chkbox disabled.gif Replace quickfix commands with a service API

Chkbox disabled.gif Use pages or type filtering to reduce size of content assist proposal list

Chkbox disabled.gif Style individual proposals (show deprecated functions) (473204)

Chkbox disabled.gif Rich visuals in tooltips and content assist (guides/tools/wizards)

Chkbox disabled.gif Color picker, Regex analysis

Chkbox disabled.gif Hyperlinks in editor text for navigation

Chkbox disabled.gif Mark matching tags in HTML

Chkbox disabled.gif Swift tooling

Chkbox disabled.gif JSON tooling

Chkbox disabled.gif Better workflow for changing settings

Chkbox disabled.gif Allow sub categories in settings

Chkbox disabled.gif Allow user interaction with Tern plugins

Chkbox disabled.gif Provide option to turn off Go Into behaviour

Back to the top