CodeAssist

Verified safeOpen source
5.0
1 review
49
downloads
8.0
android

AI summary

Android code editor with Kotlin support, Compose preview, and code completion. Open source. Version 3.7.3 improves Compose preview rendering, Kotlin editor inference, and code completion suggestions.

Generated by AI. May contain inaccuracies.

Screenshots

About this app

★ What's new.

COMPOSE PREVIEW

viewModelScope now works in previews — a ViewModel that launches from viewModelScope renders instead of failing.

Gradient brushes with color stops (Brush.linearGradient(colorStops = arrayOf(0f to Color(...)))) render instead of crashing.

Flow previews resolve correctly, including SharingStarted.WhileSubscribed(5000) and MutableStateFlow/stateIn chains.

Primitive constants like Float.POSITIVE_INFINITY, Int.MAX_VALUE and Double.NaN resolve in previews.

A @Composable called directly inside a non-composable builder lambda (e.g. a Text(...) sitting in LazyColumn { } outside an item { }) no longer freezes the IDE.

KOTLIN EDITOR

combine / stateIn / MutableStateFlow(...) lambda parameters now get a real inferred type, so members resolve and completion works inside them.

A stale or non-existent import no longer hides a declaration from the same file or package.

A genuinely dead import is now flagged as an unresolved reference — both a missing type and a missing top-level or extension function/property.

viewModelScope and other inherited or in-scope extension properties resolve on the implicit this inside a subclass.

CODE COMPLETION

Completing an import now suggests a package's top-level functions and extensions (map, stateIn, ...), not just its types — and inserts the bare name, never a map() call form.

Full changelog: https://github.com/tyron12233/CodeAssist/releases/tag/v3.7.3

What's new

v3.7.3Jul 24, 2026

🚀 CodeAssist 3.7.3

About this version

Version
3.7.3 (63)
Size
105.37 MB
Requires Android
8.0
Target SDK
26
Architecture
x86, x86_64, arm64-v8a, armeabi-v7a
Downloads
49
Updated
Jul 24, 2026
Package
com.tyron.code

Similar apps

Ratings & reviews

5.0·1 review
5.0
1 rating
  • 5
    1
  • 4
    0
  • 3
    0
  • 2
    0
  • 1
    0

Write a review

Tap a star to rate this app

Recent reviews

Showing 1 of 1