-
Notifications
You must be signed in to change notification settings - Fork 755
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
[Task]: Add code action support for regular expressions #38568
Labels
Area/CodeAction
Language Server Code Actions
Lang/Regexp
Issues related to Ballerina regular expressions
Team/LanguageServer
Language Server Implementation related issues. #Compiler
Type/Task
Comments
TharushiJay
added
Type/Task
Team/LanguageServer
Language Server Implementation related issues. #Compiler
Area/CodeAction
Language Server Code Actions
labels
Nov 4, 2022
pcnfernando
added
the
Lang/Regexp
Issues related to Ballerina regular expressions
label
Nov 23, 2022
Merged
5 tasks
Same with create variable code action,
|
Need to add this as well #39249. |
This was referenced Feb 1, 2023
github-project-automation
bot
moved this from PR Sent
to Done
in Ballerina Team Main Board
Mar 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area/CodeAction
Language Server Code Actions
Lang/Regexp
Issues related to Ballerina regular expressions
Team/LanguageServer
Language Server Implementation related issues. #Compiler
Type/Task
Description
The following code actions don't work with regular expressions. Identify and fix if there are any other similar code actions.
string:RegExp regex = getRegex();
string regex2 = re ``;
Describe your task(s)
No response
Related area
-> Editor
Related issue(s) (optional)
#38095
Suggested label(s) (optional)
No response
Suggested assignee(s) (optional)
No response
The text was updated successfully, but these errors were encountered: