Replies: 2 comments
-
The suggestions are something like this and would be done for each editor specifically of course. Suggestion collection list "CodeSuggestions" would be needed to be added to the the editor. Code concept
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok I recognized I am using some custom NuGets which I am referencing and the Monaco editor is only a subset of that package. So I think this is the wrong repo for my issue I think.. But if anyone could have a solution or answer, feel free to post it here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Context
Description
Requirement
Hi, I am looking for a simple way to add coding suggestions. For example if we want to use diffenent predefined library accesses on different editors like here.
Of course, each suggestion would need a description and if possible a type info somehow (is suggestion a method, bool, etc but could also be a part of the description if not available).
Editor 1
Custom suggestions example (strings):
Editor 2
Custom suggestions example
Editor n
.. the same ..
// ---------------------------------------------------
Actual Solution Concept with Blazor
We are using Blazor where we initialize each editor by a list "CodeList" and have now to add to each editor specific suggestions like already described.
Html
Code behind
Monaco Editor Playground Link
No response
Monaco Editor Playground Code
No response
Beta Was this translation helpful? Give feedback.
All reactions