Skip to content

aLittleCode

info systems, data science, data viz, &tc.

  • About
  • Contact

Search this Site

Recent Posts

  • Balancing Clarity and Creativity in Data Visualization
  • Once again, the NY Times demonstrates the value of interactive data visualization
  • Bitcoin: Birth Growth and Rise — a data visualization
  • Hal Varian on the Need for Data Interpreters
  • Google DeepMind teaching itself to walk

Resource Pages

  • Python Resources
  • R Resources
  • Web Design Resources

Programming Resources

  • Regexr – Regex Help

Category Cloud

Bootstrap Browsers Code Computing CSS CSS3 Data Science Data Visualization Devices HTML5 JavaScript jQuery Machine Learning PHP Productivity Programming Quick Tips Quotes Recommended Reads Responsive Web Design Software Technology Typography Uncategorized Usability Web-Apps Web-Typography Webdesign Web Standards WordPress

Category: Code

Visual Studio Keyboard Shortcuts

Tracking shortcuts as I need and find them. Will update as opportunity affords:

Multi-Line Select: <ALT>-click

 

By David Cochranin Code, ProgrammingOctober 3, 201620 WordsLeave a comment

Turn off autocomplete in Visual Studio Code

I’ve become a big fan of Microsoft’s free open source code editor, Visual Studio Code.

When teaching new students, I find it important to turn off the intellisense autocompletion features. That can be done by adding the following lines to user preferences:

By David Cochranin CodeSeptember 28, 201655 WordsLeave a comment

Turn Off Autocompletion in Brackets

Brackets is an outstanding code editor.

However, if you’re just learning to code, you will want to discipline yourself to know the syntax without Brackets holding your hand.

To turn off code autocompletion as well as smart indentation, add these preferences to your user preferences file:

By David Cochranin CodeSeptember 20, 201660 WordsLeave a comment
Blog at WordPress.com.