Coder Social home page Coder Social logo

Comments (2)

bungcip avatar bungcip commented on June 8, 2024 1

Hi @softprops,
better-toml still maintained, however due to my IRL works, the progress has been very slow T_T;
my current plan is to change better-toml to use a new toml parser library which more suitable for IDE usage. Currently better-toml use toml-node to parse toml code but this library has many limitation to support IDE usage.
Thats why I have been focusing to finishing my toml parser library, degurechaff.

I think we need a new toml parser library in javascript/typescript before adding more feature to better-toml. I will gladdy throw away degurechaff and use that library if someone created a better & more powerfull toml parser in javascript/typescript :)

from better-toml.

softprops avatar softprops commented on June 8, 2024

cool. cool. context is I'm coming from rustlang but now just getting into the vscode IDE space. Something I found missing in the space was autocomplete for Cargo.toml files ( the config file for cargo, the workflow tool for rust ). I dug a bit with snippets and found them to be a little limited which brought me to the language server idea. I didn't see a toml language server listed here so I said to myself. "I know I'll write one" but then I found this repo and was like... "maybe not" :)

I was going to write one in rust ( following some patterns I found rust language server and have the typescript code be the client in vscode. Rust has a pretty good toml parsing library but I don't have much experience with vscode extensions ( or language servers in general ) so I don't know what a good fit looks like.

In any case let me know. I may just write one for the exercise in learning. I looked at what yours was doing and its 100% what I'm looking for. I see its validating with json schemas and even have an example for rust's Cargo.toml files! I dont want to re-work what already seems to be work in flight so I just wanted to check in and see how progress was going :)

from better-toml.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.