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

Visual Studio plugin for Syntax Highlighting #9

Open
furesoft opened this issue Nov 18, 2018 · 1 comment
Open

Visual Studio plugin for Syntax Highlighting #9

furesoft opened this issue Nov 18, 2018 · 1 comment
Labels

Comments

@furesoft
Copy link

add editor with syntax highlighting and intellisense

or/and Visual Studio Plugin to compile ebnf file before build

@ed-cooper ed-cooper changed the title ide or visual studio plugin Visual Studio plugin for Syntax Highlighting Nov 18, 2018
@ed-cooper
Copy link
Owner

Compiling EBNF before build can already be achieved in Visual Studio by going to the Build Events menu in the settings of your project and adding a pre-build command to run Ebnf.Compiler.exe with the inputs given as command line arguments. (See the documentation for details of the arguments)

Syntax highlighting and auto-complete are both nice suggestions however and I'd be happy to review PRs for it.

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

No branches or pull requests

2 participants