You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,8 @@ Atari Dev Studio includes the following features:
12
12
* Compile source code for your Atari 2600 or 7800 using batari Basic, 7800basic or dasm
13
13
* Use scripting (makefile, batch or shell script files) to build your dasm projects [preview]
14
14
* Optionally launch and test your game using the Stella (2600) or A7800 (7800) emulators
15
-
* Document function outline support (batari basic and 7800basic)
15
+
* Document outline support (batari basic, 7800basic, dasm)
16
+
* Peek/Go to Definition and Reference support (batari basic, 7800basic, dasm)
16
17
* Built-in Sprite Editor (also suitable for tiles and other objects) [preview]
17
18
* Manage your project using the File Explorer or version-control your source code directly with GitHub (and others) using the built-in features of the Visual Studio Code platform.
18
19
* Provide references to your own specific releases of each language or emulator rather than use the includes ones via the **Settings**.
0 commit comments