Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editor support #220

Open
pascalbe-dev opened this issue Nov 29, 2017 · 6 comments
Open

Editor support #220

pascalbe-dev opened this issue Nov 29, 2017 · 6 comments

Comments

@pascalbe-dev
Copy link

Proposal:
Editor support for .bolt files (e.g. WebStorm plugin, VS Code plugin)

Reason:
It's great to write rules with bolt but still it's very easy to misspell something, miss a bracket and so on. Yes, that is checked by the compiler on building but it would be nice, to have some editor intellisense (for types, functions, ...) and errors within the IDE without building every expression.

This is maybe not the correct place for that request but I didn't know where to put it and I didn't find any issue according to that. Please let me know if there is some editor support already.

@rockwotj
Copy link
Collaborator

This is a totally valid request. Do you know if there is a way to write a plug-in once (maybe specify the Grammer) and get plugins for multiple editors?

/cc @ryanpbrewster

@walkerrandolphsmith
Copy link

I'd like to make an attempt. If anyone else would like to work on this with me please let me know.

@ahaverty
Copy link

I used something unofficial from the firebase team for Sublime text awhile ago (@samstern authored it afaik). Just seeing a vscode plugin here, might be a nice starting fork https://github.com/smkamranqadri/vscode-bolt-language

@yamadashy
Copy link

That extension is not supported nested path yet 😢
smkamranqadri/vscode-bolt-language#3

@walkerrandolphsmith
Copy link

In case anyone is interested I ended up using vscode plugin https://marketplace.visualstudio.com/items?itemName=smkamranqadri.vscode-bolt-language

@smkamranqadri
Copy link

Just release new version, will appreciate feedback.

https://marketplace.visualstudio.com/items?itemName=smkamranqadri.vscode-bolt-language

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants