vue-devui
vue-devui copied to clipboard
✨ [Feature]: 代码编辑器增加python智能提示
What problem does this feature solve
现在ai工作流很火阿,都需要一个代码编辑器来写python
What does the proposed API look like
suggestion:"python"
不知指定语言为python,类似如此使用方式是否可以满足你的需求:
<template>
<d-code-editor v-model="code" :options="{ language: 'python' }" style="height: 220px"></d-code-editor>
</template>
这种没有智能提示补全,我发现要不需要本地部署一个服务器来解析语言,要不就要手动写补全的内容