-
Notifications
You must be signed in to change notification settings - Fork 9
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
Commands documentation #35
Comments
coc-powershell is still in early days. Apologies for the lack of docs! The |
Any chance someone could provide some updates on the basic commands to use with this plugin? Just the basics like how to execute the code in the editor (tried F8 and F5, neither worked), and also how to focus/switch to the integrated terminal. |
How do you get out of the integrated console and back to your script buffer? |
Ignore previous, it was an nvim question; vim manages terminal switching differently. In Neovim see |
I'm late but you can run the current line in the powershell console with:
The selected lines with
You can execute the script with:
If you want to have F5 and f8 to execute code, you just have to map the key in your vimrc
List of commands can be found in |
Is there some sort of documentation explaining how to use this ? How to trigger REPL on/off, how to run current code in shell etc?
Looks like changing powershell.integratedConsole.showOnStartup to false disables entire functionality. Is there a way to disable command shell at the bottom but keep the autocomplete functionality ?
The text was updated successfully, but these errors were encountered: