1 Star 0 Fork 1

bigfish2020/NRefactory-Completion-Sample

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT
NRefactory Code Completion Sample ================================= This is a sample applications that shows how to do C# code completion in a text editor with NRefactory 5. We are using AvalonEdit as the text editor. It's a pretty full featured sample containing ctrl+space like code completion and method parameter completion. Also showing nice icons for different types in the completion window. The project is structured so that the code completion part could be used directly as a library. Also C# scripts are supported, meaning files (.csx) that contain no class structure but just C# statements. To get it to work properly I had to compile the latest verion of AvalonEdit and include in this project. See: * Discussion: http://community.sharpdevelop.net/forums/t/16621.aspx * https://github.com/icsharpcode/NRefactory * https://github.com/icsharpcode/SharpDevelop ![Screenshot](https://raw.github.com/lukebuehler/NRefactory-Completion-Sample/master/Doc/Screenshot.png) Known Issues ================================= This is a work in progress and so currently there are quite a few bugs/issues with the code completion. Hopefully they will be fixed soon. - show InsightWindows when hovering over a type or method with the mouse. - event completion Attribution & License ================================= Most of the code is extracted from different versions of SharpDevelop especially the newNR branch and NRefactory. So all the props go the the makers of NRefactory and SharpDevelop. The completion icons come from SharpDevelop as well. The rest of the code was developed by lukebuehler and is released under the MIT license.

简介

A small but full featured prototype how to do code completion with NRefactory 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bigfish2020/NRefactory-Completion-Sample.git
git@gitee.com:bigfish2020/NRefactory-Completion-Sample.git
bigfish2020
NRefactory-Completion-Sample
NRefactory-Completion-Sample
master

搜索帮助