Linux下安装使用 IDE Rider .NET开发利器

RiderRS

  扯淡:很多人说:jetbrains出品,必属精品,jetbrains确实出了不少好东西,但是他的产品总感觉越用越慢,我的小Y430P高配版也倍感压力,内存占用率高。

  Multiple runtime support

  Project Rider supports the .NET Framework and Mono, with CoreCLR support in the works. It also includes templates for creating new projects, and when you create an empty project, it's literally empty!

  Build, run and debug

  Project Rider can build MSBuild and XBuild solutions as well as DNX/.NET CLI projects, and allows debugging .NET and Mono applications. DNX/.NET CLI debugging and CoreCLR support are coming.

  Cross platform

  As well as running and debugging multiple runtimes, Project Rider itself runs on multiple platforms. It runs on Windows and Mac OS X (Linux support is on the way).

  先附上下载地址,各大平台的:

  Windows: http://download.jetbrains.com/resharper/riderRS-163.3419.exe
  OS X: http://download.jetbrains.com/resharper/riderRS-163.3419.dmg
  Linux: http://download.jetbrains.com/resharper/riderRS-163.3419.tar.gz
  ZIP archive: http://download.jetbrains.com/resharper/riderRS-163.3419.zip

  1、下载:

       

  2、解压安装

   解压:sudo tar zxvf riderR5-163.3419.tar.gz

      安装说明很详细

     

  界面还是很美观的。

   

  3、运行Rider:在解压后的bin目录下 输入 ./rider.sh 回车运行

     

     

  谈下感受:界面很美观的,功能还是很强大,更何况是初版本,当然,IDE这个东西用起来顺手是最优的。像monodevelop 这个IDE也是很强大的,Linux下的编辑器:vim、sublime、Atom、VS Code...

  只是为了尝鲜下,小伙伴们有兴趣的试试去吧。

猜你喜欢

转载自www.linuxidc.com/Linux/2016-12/138270.htm