---
title: "Continuous .NET C# and F# IDE - Reviews, Revenue and Downloads in Japan | Apple App Store"
description: "Continuous is a fast and powerful .NET C# and F# IDE that runs directly on the iPad and iPhone (no network needed!). With it, you can write apps and games using your favorite languages on your favorit"
---

# Continuous .NET C# and F# IDE — Japan

![Continuous .NET C# and F# IDE App Icon](https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/83/72/8e/83728e4e-c3a1-7dec-1073-97585d5e542e/AppIcons-0-0-1x_U007emarketing-0-4-85-220.png/434x0w.png)

**Developer:** [Krueger Systems](https://apptail.io/developer/krueger-systems-eqrb) (United States)
**Category:** Developer Tools
**Rating:** 4.3/5 (21 ratings)
**Price:** Free
**Bundle ID:** com.kruegersystems.continuous
**Store:** Apple App Store
**Country:** Japan
**Version:** 1.5.1 (released 2025-04-23)
**Original Release:** 2016-07-06

**App Store Link:** [Download on Apple App Store](https://apps.apple.com/jp/app/app/id1095213378)
**AppTail Page:** [https://apptail.io/app/continuous-net-c-and-f-ide-IPR/japan](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/japan)

## Continuous .NET C# and F# IDE Description
Continuous is a fast and powerful .NET C# and F# IDE that runs directly on the iPad and iPhone (no network needed!). With it, you can write apps and games using your favorite languages on your favorite devices.

Continuous is always building and running your code so you can see changes as you type. Writing interactive apps in Continuous is a pleasure compared to the traditional code-build-run cycle. It frees you to make lots of small changes and see their effects immediately - no more waiting for builds or deployments and no more clicking around trying to get to the screen you&#039;re trying to code.

Continuous looks and works in many of the same ways as traditional .NET IDEs so you&#039;ll feel right at home, but it also strives to advance the state of the art in IDEs with these features:

&gt;&gt;&gt; Full C# 8 and F# 4.7 compilers so you can use the latest tech
&gt;&gt;&gt; Xamarin.Forms Live XAML Editing
&gt;&gt;&gt; Automatic compiling and running so you can focus on the code and the results
&gt;&gt;&gt; Fancy text editor with tabs, semantic highlighting, inline error bubbles, and inline values that are updated as you type
&gt;&gt;&gt; Watch window enables you to view graphical objects in your app (UI and images), inspect live objects as your app runs, create instances of new objects, and call methods
&gt;&gt;&gt; Code completion with inline type info and documentation makes learning new APIs fun
&gt;&gt;&gt; Uses standard .NET file and project formats so you can share code with other IDEs
&gt;&gt;&gt; Includes Xamarin.Forms and UIKit to build apps and SpriteKit and SceneKit to build games. You can access many iOS APIs including CoreMotion, the Social framework, and HealthKit to read data.
&gt;&gt;&gt; Split screen support so you can keep documentation by your side
&gt;&gt;&gt; Execution powered by a new IL interpreter

If you&#039;re new to .NET or iOS coding, you will love the code completion with integrated documentation and the fun examples that come with the app.

If you&#039;re a .NET pro, then you will love the support for projects and the ability to inspect objects as you code them - whether they&#039;re in a script or just a normal project file.

If you&#039;re new to programming, C# is an great language to learn: it&#039;s powerful yet friendly language, example code is all over the internet, and there are plenty of jobs out there waiting for you.

If you enjoy thinking a little differently, then you will love that F# is included and fully supported. This amazing programming language will teach you to write better code and will arm you to solve problems that you thought were too big or hard to solve - like writing an IDE.

## Continuous .NET C# and F# IDE Screenshots
- [Screenshot 1](https://is1-ssl.mzstatic.com/image/thumb/Purple123/v4/ce/a2/2c/cea22ca3-a373-bfb5-7d40-1db6116a2abc/pr_source.png/1242x2688.png)
- [Screenshot 2](https://is1-ssl.mzstatic.com/image/thumb/Purple113/v4/e6/bb/47/e6bb4732-8a24-5c4c-9a2a-793a5eb9aaec/pr_source.png/1242x2688.png)
- [Screenshot 3](https://is1-ssl.mzstatic.com/image/thumb/Purple113/v4/67/21/c5/6721c5af-5bbc-517d-0c98-0ca5a7ffc0fd/pr_source.png/1242x2688.png)
- [Screenshot 4](https://is1-ssl.mzstatic.com/image/thumb/Purple123/v4/96/d0/20/96d0204b-f03a-3d60-fe98-115d7a2c1e5d/pr_source.png/1242x2688.png)
- [Screenshot 5](https://is1-ssl.mzstatic.com/image/thumb/Purple123/v4/af/ff/ad/afffade3-21fa-4dcf-de6a-fc8b36d55479/pr_source.png/1242x2688.png)

## Continuous .NET C# and F# IDE Rating Breakdown in Japan
- 5 stars: 11 (52%)
- 4 stars: 6 (29%)
- 3 stars: 3 (14%)
- 2 stars: 1 (5%)
- 1 stars: 0 (0%)

## Continuous .NET C# and F# IDE Reviews in Japan

### ****- "凄い良いんだけど"
直感的にUIが作れるようにして欲しい、ButtonとかLabelとかをxamlに入力するのが少し手間になってしまっている

It is a good idea to enter buttons and labels in xaml so that you can create an intuitive UI.
-- ふざけてるわ, 2020-12-27

### ***-- "日本語が・・・"
機能は申し分無いが、日本語入力出来ないと使えない。
せっかく買ったのにガッカリです。
日本語対応お願いします！！
-- みこふく, 2019-12-12

### **--- "c#ではない"
ジェネリクスクラス内でのstaticの使用がc#と異なっている。
-- 動画からの初見, 2019-12-02

### ***** "面白い"
友人に見せたらウケました
C#に精通している人にはウケると思います
-- C#########, 2019-11-08

### ***** "Console.ReadLine() , Console.ReadKey()"
この命令には対応されていないようです。
-- 差梨葉, 2019-02-23

### ****- "I can not register the Delegate class"
pythonistaよりもできる事が多くて感動しました。ただ、下のように継承して作成したdelegateクラスが登録できません。これが直れば完璧です。

I was impressed by the fact that I could do more than pythonista. However, we can not register the delegate class created as inherited like below. It will be perfect if this is fixed.

&lt;Code&gt;
public class ARDelegate : ARSCNViewDelegate{...}

ARSCNView arSceneView = new ARSCNView(){Delegate = ARDelegate, ...};

&lt;Error Message&gt;
Object of type &#039;NInterpret.InterpretedObject&#039; cannot be converted to type &#039;ARKit.IARSCNViewDelegate&#039;
-- 名無しの人物, 2018-12-12

### ***** "iCloud drive に対応してほしい"
今はアプリ内にしかファイルが置けない。
アプリの外にファイルを保存するために、ファイルをひとつひとつ Share するのは大変。
iCloud drive にファイルを保存できると助かる。
-- usami-k, 2018-11-29

### ***** "良いけど"
日本語がないので苦労してます。
Console.ReadLine()を使いたいけど、どこで入力出来るのか分かりません。
How to use “Console.ReadLine”?
I mean I want to input some words with “Console.ReadLine”.
-- しいたけ男卓球, 2018-10-31

### ***-- "初心者"
初心者には扱いずらい
パソコン買わなくて済むって思ったらファイルが対応してない？
だったのでショックです
-- フリックション黒色大好きマン, 2018-10-04

### ***-- "非常に良いと思います"
Icloud に保存、読み出しと日本語対応すれば、もっと良いかと思います。
-- Steel link, 2018-02-23

### ***** "面白い"
非常に野心的で面白いアプリだと思います。
-- fyk@mac, 2017-01-20

[View all Continuous .NET C# and F# IDE reviews and detailed analytics on AppTail](https://apptail.io/account/signup?utm_campaign=ai-crawl&amp;utm_content=reviews)


## Continuous .NET C# and F# IDE Store Rankings
| Chart | Country | Category | Rank |
|-------|---------|----------|------|
| Top Paid | Denmark | Developer Tools | #2 |
| Top Paid | Azerbaijan | Developer Tools | #2 |
| Top Paid | Finland | Developer Tools | #3 |
| Top Paid | Belarus | Developer Tools | #3 |
| Top Paid | Hungary | Developer Tools | #4 |
| Top Paid | Sweden | Developer Tools | #4 |
| Top Paid | Belgium | Developer Tools | #5 |
| Top Paid | Ireland | Developer Tools | #6 |
| Top Paid | Italy | Developer Tools | #7 |
| Top Paid | Switzerland | Developer Tools | #8 |
| Top Paid | Austria | Developer Tools | #8 |
| Top Paid | Norway | Developer Tools | #8 |
| Top Paid | New Zealand | Developer Tools | #8 |
| Top Paid | Russia | Developer Tools | #9 |
| Top Paid | Netherlands | Developer Tools | #10 |
| Top Paid | Japan | Developer Tools | #10 |
| Top Paid | Taiwan | Developer Tools | #11 |
| Top Paid | Portugal | Developer Tools | #11 |
| Top Paid | Brazil | Developer Tools | #11 |
| Top Paid | France | Developer Tools | #12 |
| Top Paid | South Korea | Developer Tools | #12 |
| Top Paid | Greece | Developer Tools | #13 |
| Top Paid | Spain | Developer Tools | #13 |
| Top Paid | Mexico | Developer Tools | #13 |
| Top Paid | Poland | Developer Tools | #13 |
| Top Paid | Canada | Developer Tools | #13 |
| Top Paid | United Kingdom | Developer Tools | #13 |
| Top Paid | South Africa | Developer Tools | #14 |
| Top Paid | Czechia | Developer Tools | #14 |
| Top Paid | Australia | Developer Tools | #14 |
| Top Paid | Ukraine | Developer Tools | #16 |
| Top Paid | Singapore | Developer Tools | #18 |
| Top Paid | Argentina | Developer Tools | #20 |
| Top Paid | Germany | Developer Tools | #20 |
| Top Paid | Peru | Developer Tools | #21 |
| Top Paid | Malaysia | Developer Tools | #22 |
| Top Grossing | Belarus | Developer Tools | #23 |
| Top Paid | Israel | Developer Tools | #24 |
| Top Paid | Thailand | Developer Tools | #24 |
| Top Paid | Hong Kong SAR China | Developer Tools | #25 |
| Top Grossing | Denmark | Developer Tools | #26 |
| Top Grossing | Azerbaijan | Developer Tools | #26 |
| Top Paid | India | Developer Tools | #27 |
| Top Paid | Türkiye | Developer Tools | #27 |
| Top Paid | Chile | Developer Tools | #29 |
| Top Paid | Philippines | Developer Tools | #29 |
| Top Paid | Romania | Developer Tools | #34 |
| Top Paid | Lebanon | Developer Tools | #36 |
| Top Grossing | Japan | Developer Tools | #38 |
| Top Paid | Saudi Arabia | Developer Tools | #38 |
| Top Paid | Vietnam | Developer Tools | #38 |
| Top Paid | Pakistan | Developer Tools | #39 |
| Top Paid | Ecuador | Developer Tools | #42 |
| Top Grossing | Finland | Developer Tools | #42 |
| Top Grossing | Sweden | Developer Tools | #43 |
| Top Grossing | Austria | Developer Tools | #43 |
| Top Grossing | Belgium | Developer Tools | #44 |
| Top Paid | Kuwait | Developer Tools | #45 |
| Top Grossing | Greece | Developer Tools | #45 |
| Top Grossing | Ireland | Developer Tools | #45 |
| Top Grossing | New Zealand | Developer Tools | #47 |
| Top Paid | United States | Developer Tools | #49 |
| Top Paid | China | Developer Tools | #50 |
| Top Paid | Indonesia | Developer Tools | #51 |
| Top Grossing | Taiwan | Developer Tools | #52 |
| Top Grossing | Lebanon | Developer Tools | #52 |
| Top Grossing | Switzerland | Developer Tools | #54 |
| Top Paid | Nigeria | Developer Tools | #54 |
| Top Grossing | Singapore | Developer Tools | #55 |
| Top Grossing | Norway | Developer Tools | #55 |
| Top Grossing | Russia | Developer Tools | #58 |
| Top Grossing | Portugal | Developer Tools | #59 |
| Top Grossing | Italy | Developer Tools | #62 |
| Top Grossing | Hungary | Developer Tools | #62 |
| Top Grossing | Ecuador | Developer Tools | #64 |
| Top Grossing | Ukraine | Developer Tools | #64 |
| Top Grossing | South Africa | Developer Tools | #67 |
| Top Paid | Egypt | Developer Tools | #68 |
| Top Grossing | Czechia | Developer Tools | #69 |
| Top Grossing | Spain | Developer Tools | #70 |
| Top Grossing | Mexico | Developer Tools | #71 |
| Top Grossing | Hong Kong SAR China | Developer Tools | #71 |
| Top Grossing | Thailand | Developer Tools | #72 |
| Top Grossing | Argentina | Developer Tools | #75 |
| Top Grossing | Netherlands | Developer Tools | #77 |
| Top Paid | Colombia | Developer Tools | #78 |
| Top Paid | United Arab Emirates | Developer Tools | #83 |
| Top Grossing | Poland | Developer Tools | #85 |
| Top Grossing | Nigeria | Developer Tools | #86 |
| Top Grossing | Australia | Developer Tools | #86 |
| Top Grossing | France | Developer Tools | #88 |
| Top Grossing | Israel | Developer Tools | #88 |
| Top Grossing | Malaysia | Developer Tools | #90 |
| Top Grossing | Canada | Developer Tools | #91 |
| Top Grossing | Kuwait | Developer Tools | #92 |
| Top Grossing | Peru | Developer Tools | #93 |
| Top Grossing | Romania | Developer Tools | #95 |
| Top Grossing | Saudi Arabia | Developer Tools | #96 |
| Top Grossing | Chile | Developer Tools | #99 |

## Continuous .NET C# and F# IDE Discovered Keywords
- krug

## Apps Similar to Continuous .NET C# and F# IDE
- [Buffer Editor - Code Editor](https://apptail.io/app/buffer-editor-code-editor-Hbc/japan)
- [DraftCode for PHP IDE](https://apptail.io/app/draftcode-for-php-ide-rfd/japan)
- [Textastic Code Editor](https://apptail.io/app/textastic-code-editor-UPh/japan)
- [MongoLime - manage databases](https://apptail.io/app/mongolime-manage-databases-tam/japan)
- [LispPad Go](https://apptail.io/app/lisppad-go-opJb/japan)
- [My Lisp](https://apptail.io/app/my-lisp-BUJb/japan)
- [Code - Compile &amp; Run Program](https://apptail.io/app/code-compile-run-program-RIzc/japan)
- [SQLed - SQL Database Manager](https://apptail.io/app/sqled-sql-database-manager-ORCc/japan)
- [Code Recipes Pro](https://apptail.io/app/code-recipes-pro-CIVd/japan)
- [GistHub for Gist GitHub](https://apptail.io/app/gisthub-for-gist-github-jrAi/japan)

## Continuous .NET C# and F# IDE Available In
- [United States](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/united-states)
- [Germany](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/germany)
- [Japan](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/japan)
- [United Kingdom](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/united-kingdom)
- [Australia](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/australia)
- [Russia](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/russia)
- [Canada](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/canada)
- [Poland](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/poland)
- [Italy](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/italy)
- [France](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/france)
- [China](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/china)
- [South Korea](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/south-korea)
- [Brazil](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/brazil)
- [Spain](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/spain)
- [India](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/india)
- [New Zealand](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/new-zealand)
- [Czechia](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/czechia)
- [Ireland](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/ireland)
- [Netherlands](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/netherlands)
- [Ukraine](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/ukraine)
- [Austria](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/austria)
- [Denmark](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/denmark)
- [Sweden](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/sweden)
- [Belgium](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/belgium)
- [Taiwan](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/taiwan)
- [Hungary](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/hungary)
- [Israel](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/israel)
- [Türkiye](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/turkey)
- [Mexico](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/mexico)
- [Philippines](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/philippines)
- [Greece](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/greece)
- [Hong Kong SAR China](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/hong-kong)
- [Singapore](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/singapore)
- [Thailand](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/thailand)
- [Romania](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/romania)
- [Switzerland](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/switzerland)
- [South Africa](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/south-africa)
- [Azerbaijan](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/azerbaijan)
- [Belarus](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/belarus)
- [Chile](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/chile)
- [Colombia](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/colombia)
- [Cyprus](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/cyprus)
- [Estonia](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/estonia)
- [Egypt](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/egypt)
- [Finland](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/finland)
- [Croatia](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/croatia)
- [Malaysia](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/malaysia)
- [Slovakia](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/slovakia)
- [Vietnam](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/vietnam)
- [North Macedonia](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/north-macedonia)
- [Malta](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/malta)
- [Sri Lanka](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/sri-lanka)
- [Uzbekistan](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/uzbekistan)
- [Nigeria](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/nigeria)
- [Lebanon](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/lebanon)
- [Norway](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/norway)
- [Nepal](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/nepal)
- [Kazakhstan](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/kazakhstan)
- [Peru](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/peru)
- [Kuwait](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/kuwait)
- [Pakistan](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/pakistan)
- [Iceland](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/iceland)
- [Portugal](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/portugal)
- [Indonesia](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/indonesia)
- [Ecuador](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/ecuador)
- [Saudi Arabia](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/saudi-arabia)
- [Algeria](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/algeria)
- [Dominican Republic](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/dominican-republic)
- [Slovenia](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/slovenia)
- [United Arab Emirates](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/united-arab-emirates)
- [Brunei](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/brunei)
- [Bahrain](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/bahrain)
- [Bulgaria](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/bulgaria)
- [Argentina](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/argentina)
- [Uganda](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/uganda)
- [Armenia](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/armenia)
- [Lithuania](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/lithuania)
- [Luxembourg](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/luxembourg)
- [Latvia](https://apptail.io/app/continuous-net-c-and-f-ide-IPR/latvia)

---

## About AppTail

[AppTail](https://apptail.io) is a mobile app intelligence platform providing app analytics, ASO (App Store Optimization) tools, keyword tracking, competitor analysis, revenue estimates, and review monitoring for iOS App Store apps. Track your app's performance, discover ranking keywords, monitor competitors, and analyze market trends.

- [Search Apps](https://apptail.io)
- [Top Charts](https://apptail.io/top-iphone-apps)
- [Sign Up for Full Access](https://apptail.io/account/signup?utm_campaign=ai-crawl&amp;utm_content=footer)

*Data provided by [AppTail](https://apptail.io) - Mobile App Intelligence Platform*
