William-GuoWei opened a new issue, #12475: URL: https://github.com/apache/dolphinscheduler/issues/12475
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description Now DS has a code interface like this, I think it is not very comfortable for developers to write sql or python in text box.  Here is the solution of some other projects:  Here is our proposed solutions: 1. on the left we still have DAG map 2. when you click sql task, or shell task, pop up a combo box on the right. it has 2 box. one is parameter setting(such as resource, database source). the other is a IDE written box. 3. IDE can support SQL/python grammar check so far. 4. IDE try support SQL/python run and see try-run log The design is as below. What do you think about it?  ### Use case _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
