-
Notifications
You must be signed in to change notification settings - Fork 94
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
feat(hubble): support highlighting and hints in query statements #384
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this PR finished?
finished |
@@ -197,6 +201,8 @@ export const GremlinQuery: React.FC = observer(() => { | |||
{ | |||
lineNumbers: true, | |||
lineWrapping: true, | |||
mode: { name: 'text/x-mysql' }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like is mysql's hint config. I think that we should set config as gremlin's hint.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems right catch, thanks for ur reminder, would u also like to improve the FE module?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, I'm learning the FE module codes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, I'm learning the FE module codes
@lionztt any update for this PR? it should consider be merged and improve it later if no better solution now (due to the apache release next week)
|
Query statements support highlighting and hints