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

Preview the sketch in another screen and don't block the development #41

Open
eyworldwide opened this issue Oct 29, 2017 · 2 comments
Open

Comments

@eyworldwide
Copy link

I'm a front end developer. I was used to coding in vim and previewing demo in browser, which is efficient. But when I use vim-processing, I have to stop previewing the sketch when i write code, vice versa. Can anyone tell me how to code and preview in parallel ?

@fturcheti
Copy link

fturcheti commented Aug 3, 2018

In Vim 8 / Neovim, you can run make asynchronously with a plugin like AsyncRun. With this plugin and the command below in your .vimrc, you just have to call :Make to trigger processing-java in the background.

command! -bang -nargs=* -complete=file Make AsyncRun -program=make @ <args>

This way you're able to code and preview the result in parallel.

@eyworldwide
Copy link
Author

It doesn't work in MacVim...thank you all the same!

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

No branches or pull requests

2 participants