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

Add a language server and solium linter support #27

Merged
merged 3 commits into from
Aug 10, 2017

Conversation

beaugunderson
Copy link
Contributor

@beaugunderson beaugunderson commented Jul 22, 2017

I added a language server and solium linter support; it's very fast. In addition to solium linting you also get compiler warnings... I'm not sure how useful compiler warnings are since we have solium now but it doesn't seem to affect the speed much.

This would close #24.
This would close #7.

@juanfranblanco
Copy link
Owner

Cool, great. Ill merge it asap with the latest release.

@juanfranblanco
Copy link
Owner

Please ping me on the gitter channel for farster response as I have been on holidays. Or Nethereum gitter :D

@juanfranblanco juanfranblanco merged commit a336c96 into juanfranblanco:master Aug 10, 2017
@juanfranblanco
Copy link
Owner

I will move the server stuff to another area as per the pattern, add the capability for configuration, and read the settings for the linting from file and configuration. I think solium needs some work in windows. But great start thanks!. Error highlighting still is not as fast as I would love with huge number of dependencies.

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

Successfully merging this pull request may close these issues.

Add Solium as a linter As you type Error highlighting
2 participants