Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>OuranosNew to Visual Studio Code? Get it now.
Ouranos

Ouranos

Victor Arsjad

|
28 installs
| (0) | Free
VS Code extension for elixir test
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Ouranos

VS Code extension for Elixir Test.

Features

Ouranos: Ping

Say hello with Ouranos!

Ouranos: Navigate

Navigate between working file and test file. Click on navigate when active editor is in working file, and Ouranos will automatically open the related test file. Vice versa.

Ouranos: Run All Tests in Current File

Run all tests in test file, and Ouranos will run test script in the Terminal.

Ouranos: Run Test in Current Cursor

Run tests in test file, according to the location of current cursor. Ouranos will run test script in the Terminal.

Ouranos: Update Dependencies

Simple function to run update elixir project dependency on Terminal.

$ mix deps.get

Ouranos: Check Lint

Simple function to check elixir project lint on Terminal.

$ mix format --check-formatted

Ouranos: Run Current Project

Run current elixir project on Terminal.

$ cd apps/app_name
$ mix run --no-halt

Ouranos: Run Project

Shows a list of elixir projects to be run on Terminal.

$ cd apps/app_name
$ mix run --no-halt

Ouranos: Add Breakpoint

Inserts require IEx; IEx.pry() to the current cursor. Shifts code downward.

More features coming soon! Stay tuned.

Extension Settings

Coming soon!

Include if your extension adds any VS Code settings through the contributes.configuration extension point.

Ouranos had several following settings:

  • ouranos.testOption: change options to the run test command, default: --no-start
  • ouranos.showTerminalonRunTest: enable/disable showing terminal after running tests.

Known Issues

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft