forked from yoctoproject/vscode-bitbake
-
Notifications
You must be signed in to change notification settings - Fork 0
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: Add more completion items & Tests #26
Merged
WilsonZiweiWang
merged 16 commits into
staging
from
Feature-10095-Improve-code-completion
Oct 20, 2023
Merged
Feat: Add more completion items & Tests #26
WilsonZiweiWang
merged 16 commits into
staging
from
Feature-10095-Improve-code-completion
Oct 20, 2023
Commits on Oct 18, 2023
-
Feat: Add common completion items
1. Add reserved variables 2. Add reserved keywords (currently they include python and shell keywords) 3. Add simple snippets for bitbake recipe tasks
Configuration menu - View commit details
-
Copy full SHA for 31d6335 - Browse repository at this point
Copy the full SHA 31d6335View commit details -
Chore: avoid adding reserved variable as global declaration; predicat…
…e condition correction
Configuration menu - View commit details
-
Copy full SHA for d3ed379 - Browse repository at this point
Copy the full SHA d3ed379View commit details -
Configuration menu - View commit details
-
Copy full SHA for a50ff43 - Browse repository at this point
Copy the full SHA a50ff43View commit details -
Chore: Move handler for onCompletion to its own file
1. Export an instance of analyzer from the source file and use this instance through out the program 2. Move the handler function for onCompletion event to its own file for the convenience of testing
Configuration menu - View commit details
-
Copy full SHA for aeefe12 - Browse repository at this point
Copy the full SHA aeefe12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8581a79 - Browse repository at this point
Copy the full SHA 8581a79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e9bb84 - Browse repository at this point
Copy the full SHA 4e9bb84View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2189d5 - Browse repository at this point
Copy the full SHA e2189d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73cfd1f - Browse repository at this point
Copy the full SHA 73cfd1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 640dd78 - Browse repository at this point
Copy the full SHA 640dd78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ac9b58 - Browse repository at this point
Copy the full SHA 4ac9b58View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbe314e - Browse repository at this point
Copy the full SHA fbe314eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b63a3e6 - Browse repository at this point
Copy the full SHA b63a3e6View commit details
Commits on Oct 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 48c3bff - Browse repository at this point
Copy the full SHA 48c3bffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f7e69a - Browse repository at this point
Copy the full SHA 8f7e69aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96e8151 - Browse repository at this point
Copy the full SHA 96e8151View commit details -
Configuration menu - View commit details
-
Copy full SHA for 359c0c0 - Browse repository at this point
Copy the full SHA 359c0c0View 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.