Skip to content
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

✨ [Feature]: 代码编辑器增加python智能提示 #1909

Open
LyazS opened this issue Nov 10, 2024 · 2 comments
Open

✨ [Feature]: 代码编辑器增加python智能提示 #1909

LyazS opened this issue Nov 10, 2024 · 2 comments

Comments

@LyazS
Copy link

LyazS commented Nov 10, 2024

What problem does this feature solve

现在ai工作流很火阿,都需要一个代码编辑器来写python

What does the proposed API look like

suggestion:"python"

@GreatZPP
Copy link
Member

不知指定语言为python,类似如此使用方式是否可以满足你的需求:

<template>
  <d-code-editor v-model="code" :options="{ language: 'python' }" style="height: 220px"></d-code-editor>
</template>

@LyazS
Copy link
Author

LyazS commented Nov 14, 2024

这种没有智能提示补全,我发现要不需要本地部署一个服务器来解析语言,要不就要手动写补全的内容

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants