https://github.com/aelfproject/monacoroslyncompletionprovider
Provides C# Code Completion for a Monaco Editor Component.
https://github.com/aelfproject/monacoroslyncompletionprovider
Last synced: about 1 month ago
JSON representation
Provides C# Code Completion for a Monaco Editor Component.
- Host: GitHub
- URL: https://github.com/aelfproject/monacoroslyncompletionprovider
- Owner: AElfProject
- License: mit
- Created: 2024-06-06T06:30:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T05:31:26.000Z (almost 2 years ago)
- Last Synced: 2025-03-22T15:42:55.188Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MonacoRoslynCompletionProvider
Provides C# Code Completion for a Monaco Editor Component
# How to run:
- cd Sample\wwwroot
- npm i
- cd..
- dotnet run
- open webpage in browser (normaly http://localhost:5280/index.html) but it is displayed in the console
# ToDo's :
- Show Method Declarations
- Better Tooltips for Hover
- Completition after (, when entering a new keyword, ...
- More suggestions were possible
- Perfomance, at The Moment Everything is created for one Info and Destroyed after.
It's developed in some way so parts could be reused, but it should be better
# Help :
Use https://sharplab.io/ to view AST of C#, wich would help in development
# Sample
