Alt+Enter or Ctrl+. for generating functions for example for declaration F12 go to definition Ctrl+K+O switch between header and source Ctrl+Space autocomplete Ctrl+- go back Ctrl+Shift+- go forward Ctrl+D duplicate line Shift+Del delete line and place it in the clipboard Ctrl+Shift+V clipboard with clipboard history in VS Alt+Up or Down move a code line
Category: IDEs
Visual Studio Back and forth
Use the Ctrl+Shift+- to move forward Ctrl+- to move back.
To add Include paths and Libraries To Link the Library This will fix these errors Copy DLL Files Add XCOPY “$(SolutionDir)SDL2-2.0.12\lib\x86\*.DLL” “$(TargetDir)” /D /K /Y To
Online code writing
Online IDEs https://www.w3schools.com/tryit/ https://repl.it/ https://repl.it/graphql https://codepen.io/ https://jsfiddle.net/ https://codesandbox.io/ https://coderpad.io/ https://codeanywhere.com/ https://stackblitz.com/ https://aws.amazon.com/cloud9/ https://codenvy.com/ https://www.gitpod.io/ https://theia-ide.org/ https://coder.com/ https://ideone.com/ https://playcode.io/ https://paiza.io/ https://codeshare.io/ https://jsbin.com/ http://www.editpad.org/ https://www.typeit.org/ https://www.onlinegdb.com/ https://dotnetfiddle.net/ https://glitch.com/ https://www.mycompiler.io/ SQL http://sqlfiddle.com/ https://www.db-fiddle.com/ https://sqliteonline.com/ https://livesql.oracle.com/ https://sqltest.net/ https://repl.it/ C++ http://cpp.sh/ https://www.onlinegdb.com/online_c++_compiler https://www.jdoodle.com/online-compiler-c++/ https://ideone.com/ https://paiza.io/en/projects/new?language=cpp https://repl.it/ https://colab.research.google.com/ Interactive Learning https://ruby.github.io/TryRuby/
Qt Creator Tricks
When debugging Press F9 to toggle a breakpoint In the breakpoint view press Space to disable the breakpoint which is selected You can do the same via the contextual menu but this is slower
Repl.it Keyboard Shortcuts
General shortcuts Ctrl+Enter – Run code Ctrl+S – Save session Ctrl + Shift + K – Delete current line Ctrl + Shift + Enter – Add line above Ctrl + F – Search Ctrl + H – Search and Replace Ctrl + P – Open quick find commands Console Shortcuts Enter – Evaluate the entered […]