-
Notifications
You must be signed in to change notification settings - Fork 121
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: lsp hover keyword highlight #1331
Merged
Merged
Commits on May 21, 2024
-
feat: syntax highlighting for hover content
Signed-off-by: shruti2522 <shruti.apc01@gmail.com> fmt check Signed-off-by: shruti2522 <shruti.apc01@gmail.com> kcl formatting Signed-off-by: shruti2522 <shruti.apc01@gmail.com> fmt check Signed-off-by: shruti2522 <shruti.apc01@gmail.com> updated test cases Signed-off-by: shruti2522 <shruti.apc01@gmail.com> fmt check Signed-off-by: shruti2522 <shruti.apc01@gmail.com> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <shruti.apc01@gmail.com> updated tests Signed-off-by: shruti2522 <shruti.apc01@gmail.com> updated tests Signed-off-by: shruti2522 <shruti.apc01@gmail.com> test check Signed-off-by: shruti2522 <shruti.apc01@gmail.com> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <shruti.apc01@gmail.com> add markup Signed-off-by: shruti2522 <shruti.apc01@gmail.com> fmt check Signed-off-by: shruti2522 <shruti.apc01@gmail.com> resolved func formatting error Signed-off-by: shruti2522 <shruti.apc01@gmail.com> updated test cases Signed-off-by: shruti2522 <shruti.apc01@gmail.com> updated tests Signed-off-by: shruti2522 <shruti.apc01@gmail.com> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <shruti.apc01@gmail.com> updated test cases for tests.rs Signed-off-by: shruti2522 <shruti.apc01@gmail.com> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <shruti.apc01@gmail.com> syntax highlighting with LanguageString Signed-off-by: shruti2522 <shruti.apc01@gmail.com> fmt check Signed-off-by: shruti2522 <shruti.apc01@gmail.com> updated tests Signed-off-by: shruti2522 <shruti.apc01@gmail.com> fmt check Signed-off-by: shruti2522 <shruti.apc01@gmail.com> fmt check Signed-off-by: shruti2522 <shruti.apc01@gmail.com> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <shruti.apc01@gmail.com> updated test case Signed-off-by: shruti2522 <shruti.apc01@gmail.com> updated tests.rs Signed-off-by: shruti2522 <shruti.apc01@gmail.com> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <shruti.apc01@gmail.com> fmt check Signed-off-by: shruti2522 <shruti.apc01@gmail.com> fixed ci Signed-off-by: shruti2522 <shruti.apc01@gmail.com> add pkgpath without override Signed-off-by: shruti2522 <shruti.apc01@gmail.com> updated completion.rs Signed-off-by: shruti2522 <shruti.apc01@gmail.com> updated tests.rs Signed-off-by: shruti2522 <shruti.apc01@gmail.com> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <shruti.apc01@gmail.com> updated doc style Signed-off-by: shruti2522 <shruti.apc01@gmail.com> fix ci Signed-off-by: shruti2522 <shruti.apc01@gmail.com> updated comment Signed-off-by: shruti2522 <shruti.apc01@gmail.com> added indentation for attrs Signed-off-by: shruti2522 <shruti.apc01@gmail.com> fix ci Signed-off-by: shruti2522 <shruti.apc01@gmail.com> merge schema attr docs Signed-off-by: shruti2522 <shruti.apc01@gmail.com> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <shruti.apc01@gmail.com> update hover def comment Signed-off-by: shruti2522 <shruti.apc01@gmail.com> updated tests Signed-off-by: shruti2522 <shruti.apc01@gmail.com> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <shruti.apc01@gmail.com> fix ci Signed-off-by: shruti2522 <shruti.apc01@gmail.com> render doc at end Signed-off-by: shruti2522 <shruti.apc01@gmail.com> fix ci Signed-off-by: shruti2522 <shruti.apc01@gmail.com> removed additional def Signed-off-by: shruti2522 <shruti.apc01@gmail.com> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <shruti.apc01@gmail.com> fix ci Signed-off-by: shruti2522 <shruti.apc01@gmail.com> fix dict_key_in_schema test Signed-off-by: shruti2522 <shruti.apc01@gmail.com> merged rest_sign and attr Signed-off-by: shruti2522 <shruti.apc01@gmail.com> fixed ci Signed-off-by: shruti2522 <shruti.apc01@gmail.com> fmt check Signed-off-by: shruti2522 <shruti.apc01@gmail.com> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4cda335 - Browse repository at this point
Copy the full SHA 4cda335View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb80045 - Browse repository at this point
Copy the full SHA fb80045View commit details -
feat: syntax highlighting for hover content
Signed-off-by: shruti2522 <shruti.apc01@gmail.com> fmt check Signed-off-by: shruti2522 <shruti.apc01@gmail.com> kcl formatting Signed-off-by: shruti2522 <shruti.apc01@gmail.com> fmt check Signed-off-by: shruti2522 <shruti.apc01@gmail.com> updated test cases Signed-off-by: shruti2522 <shruti.apc01@gmail.com> fmt check Signed-off-by: shruti2522 <shruti.apc01@gmail.com> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <shruti.apc01@gmail.com> updated tests Signed-off-by: shruti2522 <shruti.apc01@gmail.com> updated tests Signed-off-by: shruti2522 <shruti.apc01@gmail.com> test check Signed-off-by: shruti2522 <shruti.apc01@gmail.com> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <shruti.apc01@gmail.com> add markup Signed-off-by: shruti2522 <shruti.apc01@gmail.com> fmt check Signed-off-by: shruti2522 <shruti.apc01@gmail.com> resolved func formatting error Signed-off-by: shruti2522 <shruti.apc01@gmail.com> updated test cases Signed-off-by: shruti2522 <shruti.apc01@gmail.com> updated tests Signed-off-by: shruti2522 <shruti.apc01@gmail.com> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <shruti.apc01@gmail.com> updated test cases for tests.rs Signed-off-by: shruti2522 <shruti.apc01@gmail.com> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <shruti.apc01@gmail.com> syntax highlighting with LanguageString Signed-off-by: shruti2522 <shruti.apc01@gmail.com> fmt check Signed-off-by: shruti2522 <shruti.apc01@gmail.com> updated tests Signed-off-by: shruti2522 <shruti.apc01@gmail.com> fmt check Signed-off-by: shruti2522 <shruti.apc01@gmail.com> fmt check Signed-off-by: shruti2522 <shruti.apc01@gmail.com> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <shruti.apc01@gmail.com> updated test case Signed-off-by: shruti2522 <shruti.apc01@gmail.com> updated tests.rs Signed-off-by: shruti2522 <shruti.apc01@gmail.com> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <shruti.apc01@gmail.com> fmt check Signed-off-by: shruti2522 <shruti.apc01@gmail.com> fixed ci Signed-off-by: shruti2522 <shruti.apc01@gmail.com> add pkgpath without override Signed-off-by: shruti2522 <shruti.apc01@gmail.com> updated completion.rs Signed-off-by: shruti2522 <shruti.apc01@gmail.com> updated tests.rs Signed-off-by: shruti2522 <shruti.apc01@gmail.com> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <shruti.apc01@gmail.com> updated doc style Signed-off-by: shruti2522 <shruti.apc01@gmail.com> fix ci Signed-off-by: shruti2522 <shruti.apc01@gmail.com> updated comment Signed-off-by: shruti2522 <shruti.apc01@gmail.com> added indentation for attrs Signed-off-by: shruti2522 <shruti.apc01@gmail.com> fix ci Signed-off-by: shruti2522 <shruti.apc01@gmail.com> merge schema attr docs Signed-off-by: shruti2522 <shruti.apc01@gmail.com> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <shruti.apc01@gmail.com> update hover def comment Signed-off-by: shruti2522 <shruti.apc01@gmail.com> updated tests Signed-off-by: shruti2522 <shruti.apc01@gmail.com> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <shruti.apc01@gmail.com> fix ci Signed-off-by: shruti2522 <shruti.apc01@gmail.com> render doc at end Signed-off-by: shruti2522 <shruti.apc01@gmail.com> fix ci Signed-off-by: shruti2522 <shruti.apc01@gmail.com> removed additional def Signed-off-by: shruti2522 <shruti.apc01@gmail.com> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <shruti.apc01@gmail.com> fix ci Signed-off-by: shruti2522 <shruti.apc01@gmail.com> fix dict_key_in_schema test Signed-off-by: shruti2522 <shruti.apc01@gmail.com> merged rest_sign and attr Signed-off-by: shruti2522 <shruti.apc01@gmail.com> fixed ci Signed-off-by: shruti2522 <shruti.apc01@gmail.com> fmt check Signed-off-by: shruti2522 <shruti.apc01@gmail.com> feat: syntax highlighting for hover content Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a2ea929 - Browse repository at this point
Copy the full SHA a2ea929View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50c03a4 - Browse repository at this point
Copy the full SHA 50c03a4View commit details
Commits on May 22, 2024
-
added MarkedStringType to hover
Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cfc9911 - Browse repository at this point
Copy the full SHA cfc9911View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ad5976 - Browse repository at this point
Copy the full SHA 5ad5976View commit details -
Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 96f520e - Browse repository at this point
Copy the full SHA 96f520eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 767b530 - Browse repository at this point
Copy the full SHA 767b530View commit details -
Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6d70511 - Browse repository at this point
Copy the full SHA 6d70511View commit details -
Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8cf1831 - Browse repository at this point
Copy the full SHA 8cf1831View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b78c82 - Browse repository at this point
Copy the full SHA 3b78c82View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.