liuderchi / ide-yaml

:atom: Atom-IDE support for YAML language
https://atom.io/packages/ide-yaml
20 stars 7 forks source link

Expose language server configurations #29

Open jasonkuhrt opened 6 years ago

jasonkuhrt commented 6 years ago

There are configuration options exposed by vscode for example:

image

Originally posted at https://github.com/redhat-developer/yaml-language-server/issues/67#issuecomment-390291506.

liuderchi commented 6 years ago

(May 19) Basically this package provides only those two features for yaml files:

Other features like parsing, highlighting is provided by language-yaml.


Looks like 2nd option is out of the scope of this package. Looks like 4th, 5th option is lang-server related. Will survey on how to make it.

@jasonkuhrt What is 1st and 3rd one about? Would you explain more about them?


(Dec 29) REF for yaml schema/tag :http://blogs.perl.org/users/tinita/2018/01/introduction-to-yaml-schemas-and-tags.html

abemedia commented 5 years ago

@liuderchi I require this too. When using AWS CloudFormation you have custom tags (e.g. !Ref, !Sub etc.) and it throws errors if you don't add them to yaml.customTags.

image

abemedia commented 5 years ago

Does the help wanted flag mean you'd accept a PR on this?

liuderchi commented 5 years ago

@abeMedia Yes. Please Help if one finds any PR/workaround on this issue

keinsell commented 3 years ago

I've created settings in Atom Editor at my fork, but I don't have much idea to integrate them with YAML Language Server, configuration is available in package.json you can make use of these file.

https://github.com/ZiQiLN/ide-yaml