Skip to content

Instantly share code, notes, and snippets.

@Noitidart
Last active July 27, 2018 22:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Noitidart/afa5315bfa73d311edd634a367a5091f to your computer and use it in GitHub Desktop.
Save Noitidart/afa5315bfa73d311edd634a367a5091f to your computer and use it in GitHub Desktop.
vscode deficiencies relative to atom

Editor

  • tab sanity ("Atomic Soft Tabs")
  • find, find/replace, in all files in dir, not just buffer
  • expand selection should not include quotes using extension
  • going to matching bracket, should go to the nearest bracket if its not at a bracket
  • atom does not have scroll up/down pgup/pgdown while not moving cursor - TODO: get ext
  • atom does not remember/restore last line/highlgiht on restore of file - TODO: get ext

Extensions

  • auto install
  • atom doesnt have a auto edit/close ext
@Noitidart
Copy link
Author

Noitidart commented Jul 13, 2017

VSCode Extensions

Auto Close Tag
Auto Rename Tag
Contextual Duplicate - not needed in atom already built in
Copy github URL - built into atom
Flow Lagnuage Support - installed nuclide
Path Intellisense - got addon for this
Sort - found "sorter" has github issue i opened for a fix
Todo Highlight

VSCode has but missing from atom

Jump to definition
Jump to declaration
Peek

missing from both

expand selection to with quotes and then keep growing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment