diff --git a/docs/side_quests/ide_features.md b/docs/side_quests/ide_features.md index 5a8f91c23..13235177e 100644 --- a/docs/side_quests/ide_features.md +++ b/docs/side_quests/ide_features.md @@ -1,5 +1,7 @@ # Nextflow Development Environment Walkthrough +**Approximate teaching time: 45 mins** + Modern Integrated Development Environments (IDEs) can dramatically transform your Nextflow development experience. This side quest focuses specifically on leveraging VS Code and its Nextflow extension to write code faster, catch errors early, and navigate complex workflows efficiently. !!! note "This isn't a traditional tutorial"