Skip to content

GraceAHall/vsc_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VSC demo

This repo is to showcase some common uses of VSC. Software used to make gifs: ScreenToGif

Contents

basic functionality

  • main windows
  • using multiple windows (incl. same file)
  • line manipulation
  • go to next instance
  • search
  • replace all
  • go to definition
  • rename symbol

extentions (customise VSC for your needs)

  • how to find & install
  • aesthetics (color themes, bracket pair coloriser)
  • code linting
  • markdown
  • galaxy
  • hello this is a change

github source control

  • Setting up github integration
  • File tracking
  • push, pull, & other common commands

debugging

  • setting up a debug profile
  • variable window
  • breakpoints

tests

  • setting up test functionality
  • writing tests
  • test reports

Future plans

  • galaxy planemo test integration

Basic functionality


Line manipulation

lines can be moved up or down using alt+🠕/🠗

Lines can also be duplicated by adding shift to the above ( shift+alt+🠕/🠗 )

Commenting and uncommenting lines is easy. Just use ctrl+k+c to comment, and ctrl+k+u to uncomment. VSC works out the correct way to comment the line depending on the type of file being worked on.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages