vue-devui icon indicating copy to clipboard operation
vue-devui copied to clipboard

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

Open LyazS opened this issue 1 year ago • 2 comments

What problem does this feature solve

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

What does the proposed API look like

suggestion:"python"

LyazS avatar Nov 10 '24 02:11 LyazS

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

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

GreatZPP avatar Nov 12 '24 08:11 GreatZPP

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

LyazS avatar Nov 14 '24 12:11 LyazS