8000 Add syntax highlight and code completion to CLI · Issue #656 · dotnet-script/dotnet-script · GitHub
[go: up one dir, main page]

Skip to content
< 8000 span class="author flex-self-stretch" itemprop="author"> / dotnet-script Public

Add syntax highlight and code completion to CLI #656

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

Closed
iSeiryu opened this issue Jan 27, 2022 · 3 comments
Closed

Add syntax highlight and code completion to CLI #656

iSeiryu opened this issue Jan 27, 2022 · 3 comments
Labels

Comments

@iSeiryu
Copy link
iSeiryu commented Jan 27, 2022

Is it possible to add those features? Even at some basic level.
I found this tool that already implemented those features https://github.com/waf/CSharpRepl. It uses https://github.com/waf/PrettyPrompt to do its CLI magic.

It could be an additional flag to load that functionality:

dotnet-script -i --syntax-highlight --code-completion

If there is a possibility of implementing either of those things we could split them into 2 separate issues.

@seesharper
Copy link
Collaborator

This is out of the scope of this project I am afraid. We use Omnisharp for providing language support like Intellisense.

@awa5114
Copy link
awa5114 commented Oct 3, 2023

@seesharper why would this be out of scope? Omnisharp is a language server and PrettyPrompt a command line prompt that provides syntax highlighting/intellisense. They fulfill different roles... couldn't PrettyPrompt use the information retrieved from Omnisharp and provide a richer command line experience for those who prefer not to open vs code for simple one-off scripting?

@iSeiryu
Copy link
Author
iSeiryu commented Jan 30, 2024

@amine-aboufirass I switched to https://github.com/waf/CSharpRepl. It's fast and has those features enabled by default.

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

3 participants
0