Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] Dockerfile keyword content assist added to Orion...

Very cool!

thanks, Remy,
McQ.

Inactive hide details for Remy Suen ---2017/03/29 00:53:01---Hi everyone, You can now get content assist for Dockerfile keywordRemy Suen ---2017/03/29 00:53:01---Hi everyone, You can now get content assist for Dockerfile keywords in Orion!

From: Remy Suen <remy.suen@xxxxxxxxx>
To: Orion developer discussions <orion-dev@xxxxxxxxxxx>
Date: 2017/03/29 00:53
Subject: [orion-dev] Dockerfile keyword content assist added to Orion...
Sent by: orion-dev-bounces@xxxxxxxxxxx





Hi everyone,

You can now get content assist for Dockerfile keywords in Orion!

https://bugs.eclipse.org/bugs/show_bug.cgi?id=513237

---------------------------------------------------

Here are the list of features as extracted from the commit message:

- Dockerfile keyword content assist
- Dockerfile keyword prefix content assist
- keyword content assist after an ONBUILD instruction
- no content assist offered in comments
- offer only FROM if there are no instructions in the file
- hover help for Dockerfile keywords

---------------------------------------------------

Bugs / missing features:

- no content assist for parameters
- no content assist for the 'escape' parser directive
- no hover help for the 'escape' parser directive
- multiline instructions with inlined comments can confuse the code

---------------------------------------------------

Despite these hiccups, I felt that it was good enough for the average
user who wouldn't knowingly try to invoke content assist in a place
where Dockerfile instructions didn't belong.

Please give it a try and let me know what you think!

Happy editing!

Regards,
Remy
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/orion-dev





Back to the top