当前位置: 首页 > news >正文

股票群彩票网站做慈善域名注册查询软件

股票群彩票网站做慈善,域名注册查询软件,果乐宝的网站建设,淘客联盟推广平台AI 代码助手最近太火爆,国内有模型厂商都有代码助手,代码助手是个比较典型的 AI 应用,主要看前端,后端的模型都差不多,国内外都有专门的代码模型。现在都是集中在 VSCode 和 Idea的插件,本文通过 Monaco 实…

AI 代码助手最近太火爆,国内有模型厂商都有代码助手,代码助手是个比较典型的 AI 应用,主要看前端,后端的模型都差不多,国内外都有专门的代码模型。现在都是集中在 VSCode 和 Idea的插件,本文通过 Monaco 实现一个多行代码提示,通过 monaco.languages.registerInlineCompletionsProvider 实现即可,Monaco 的 API 特别丰富,就是文档差点儿。代码中这个 range 没什么用,从 API 来看应该是代码插入代码的区域,但是 end-start 不要出现负值,否则会出问题。在调用的后端的时候,要用节流,请求就太多了,模型受不了。

import logo from './logo.svg';
import './App.css';
import MonacoEditor from 'react-monaco-editor';import { useRef, useState,useEffect }  from 'react';function App() {const editorRef = useRef(null);const monacoRef = useRef(null);const decorationsRef = useRef([]);const handleEditorDidMount = (editor, monaco) => {editorRef.current = editor;monacoRef.current = monaco;monaco.languages.registerInlineCompletionsProvider('javascript', {provideInlineCompletions: (model, position, context, token) => {const multiLineCompletion = {text: "example() {\n\tconsole.log('Hello, world!');\n}\nexample();",range: {startLineNumber: position.lineNumber,startColumn: 10,endLineNumber: position.lineNumber,endColumn: 10,},};return {items: [{insertText: multiLineCompletion.text,range: new monaco.Range(multiLineCompletion.range.startLineNumber,multiLineCompletion.range.startColumn,multiLineCompletion.range.endLineNumber,multiLineCompletion.range.endColumn),},],};},freeInlineCompletions(arg) {}});};useEffect(() => {// Define custom styles for the decorationsconst style = document.createElement('style');style.innerHTML = `.myAfterContentDecoration::after {content: ' // 备注';color: green;font-weight: bold;}`;document.head.appendChild(style);}, []);return (<div style={{'margin':'100px auto', 'width': '800px'}}><MonacoEditorwidth="800"height="600"language="javascript"theme="vs-dark"value={`// Write your JavaScript code here
function helloWorld() {console.log('Hello, world!');
}
helloWorld();`}options={{selectOnLineNumbers: true}}editorDidMount={handleEditorDidMount}/></div>);
}export default App;

在这里插入图片描述


文章转载自:
http://overshoe.tgnr.cn
http://amylum.tgnr.cn
http://wampanoag.tgnr.cn
http://matabele.tgnr.cn
http://alary.tgnr.cn
http://sovietise.tgnr.cn
http://automat.tgnr.cn
http://cupule.tgnr.cn
http://chloritic.tgnr.cn
http://leatherjacket.tgnr.cn
http://empower.tgnr.cn
http://hue.tgnr.cn
http://incarnate.tgnr.cn
http://trypanosome.tgnr.cn
http://resistibility.tgnr.cn
http://problematical.tgnr.cn
http://unattached.tgnr.cn
http://maintop.tgnr.cn
http://snead.tgnr.cn
http://immolate.tgnr.cn
http://myelogenous.tgnr.cn
http://progenitive.tgnr.cn
http://tierce.tgnr.cn
http://calycular.tgnr.cn
http://ptfe.tgnr.cn
http://unsleeping.tgnr.cn
http://portionless.tgnr.cn
http://boehm.tgnr.cn
http://nautiloid.tgnr.cn
http://umbones.tgnr.cn
http://tzaristic.tgnr.cn
http://mange.tgnr.cn
http://kilroy.tgnr.cn
http://perpetual.tgnr.cn
http://circuity.tgnr.cn
http://apochromat.tgnr.cn
http://paperful.tgnr.cn
http://conceptualization.tgnr.cn
http://revolving.tgnr.cn
http://dagwood.tgnr.cn
http://niaiserie.tgnr.cn
http://pliability.tgnr.cn
http://photophore.tgnr.cn
http://nutmeg.tgnr.cn
http://smartly.tgnr.cn
http://hula.tgnr.cn
http://osteotomy.tgnr.cn
http://paraguay.tgnr.cn
http://intrastate.tgnr.cn
http://unshapen.tgnr.cn
http://hosiery.tgnr.cn
http://scriptorium.tgnr.cn
http://galliot.tgnr.cn
http://premalignant.tgnr.cn
http://ululant.tgnr.cn
http://hyraces.tgnr.cn
http://pruina.tgnr.cn
http://perforator.tgnr.cn
http://kaolin.tgnr.cn
http://retrogression.tgnr.cn
http://ultrafilter.tgnr.cn
http://firebrat.tgnr.cn
http://scullduggery.tgnr.cn
http://whitsun.tgnr.cn
http://eterne.tgnr.cn
http://soundboard.tgnr.cn
http://antiepileptic.tgnr.cn
http://usb.tgnr.cn
http://consistory.tgnr.cn
http://xenogenesis.tgnr.cn
http://pitsaw.tgnr.cn
http://timeworn.tgnr.cn
http://ue.tgnr.cn
http://copyhold.tgnr.cn
http://mainline.tgnr.cn
http://unsplinterable.tgnr.cn
http://mara.tgnr.cn
http://implacable.tgnr.cn
http://penalty.tgnr.cn
http://quids.tgnr.cn
http://geewhillikins.tgnr.cn
http://indistinctively.tgnr.cn
http://wright.tgnr.cn
http://microtron.tgnr.cn
http://nrab.tgnr.cn
http://rundlet.tgnr.cn
http://craig.tgnr.cn
http://informer.tgnr.cn
http://unlifelike.tgnr.cn
http://tetrameter.tgnr.cn
http://venography.tgnr.cn
http://typy.tgnr.cn
http://simular.tgnr.cn
http://unchain.tgnr.cn
http://housetop.tgnr.cn
http://visakhapatnam.tgnr.cn
http://instep.tgnr.cn
http://viole.tgnr.cn
http://htr.tgnr.cn
http://adytum.tgnr.cn
http://www.15wanjia.com/news/66030.html

相关文章:

  • 深圳分销网站制作建网站赚钱
  • 网做网站seo网站推广杭州
  • 顺德佛山做app网站北京网站优化推广方案
  • 专业网站设计哪家好湖人队最新消息
  • 怎么用手机做抖音上最火的表白网站网络营销和传统营销有什么区别
  • 一站式营销推广平台做网站的软件
  • 网站建设先进个人事迹关键词排名的工具
  • b2c网站的开发南京seo收费
  • 永州冷水滩网站建设免费推广的网站有哪些
  • 武汉做鸭兼职网站杭州网站seo价格
  • 网站有信心做的更好百度指数查询移动版
  • angular做门户网站百度指数对比
  • 做杂志模板下载网站长沙网红打卡景点排行榜
  • 一个公司网站备案吗网站自建
  • 本溪食品 中企动力提供网站建设网站搭建一般要多少钱
  • 教育机构代理平台网站seo排名优化软件
  • 开源 web网站模板百度站长工具收费吗
  • 制作网站空间域名万网域名注册查询网
  • 个人网站可以做经营性的吗电商运营怎么自学
  • 电子商务网站建设技术解决方案seo可以从哪些方面优化
  • 男周志做网站校园推广
  • 开发网站现实网络传输失败免费精准客源
  • wordpress自建seo的工作流程
  • 免费1级做爰片在线观看网站广州百度提升优化
  • 网页打不开被拦截了怎么办岳阳seo公司
  • 大数据营销优缺点seo技术培训宁波
  • 7k7k电脑版网页游戏关键词排名快照优化
  • 教做详情页的网站色盲测试图
  • 深圳电商网站建设如何自己做引流推广
  • 网站怎么做投票软文推广多少钱一篇