VSCode - missing ide.talon functionality + re-evaluate
See original GitHub issueThe following are not yet implemented for VSCode.
- Evaluate whether ide.py/ide.talon experiment still make sense. It did help jumpstart the implementation of VSCode, at least.
ide_perfect
ide_toggle_tools
#only some of these have an analog in vscode
ide_extract_variable
ide_extract_field
ide_extract_constant
ide_extract_parameter
ide_extract_interface
ide_extract_method
ide_refactor_move
ide_fix_imports
ide_go_implementation
ide_go_usage
ide_go_type
ide_go_test
ide_find_class
ide_find_in_path
ide_create_template
ide_run_menu
ide_run_again
#requires a macro plugin of some sort
ide_toggle_recording
ide_change_recording
ide_play_recording
#not a thing
ide_go_next_method
ide_go_last_method
#requires a plugin of some sort
ide_clippings
ide_copy_reference
ide_copy_pretty
#require a plugin of some sort
ide_go_task
ide_go_browser_task
ide_switch_task
ide_clear_task
ide_configure_servers
#maybe git should be broken out elsewhere
ide_git_pull
ide_git_commit
ide_git_push
ide_git_log
ide_git_browse
ide_git_get
ide_git_pull_request
ide_git_list_requests
ide_git_annotate
ide_git_menu
ide_toggle_events
ide_toggle_structure
ide_toggle_database
ide_toggle_database_changes
ide_toggle_make
ide_toggle_to_do
#docker would be a plugin
ide_toggle_docker
ide_toggle_favorites
ide_toggle_last
ide_toggle_pinned
ide_toggle_docked
ide_toggle_floating
ide_toggle_windowed
ide_toggle_split
#most of these have analogs
ide_toggle_tool_buttons
ide_toggle_toolbar
ide_toggle_navigation_bar
ide_toggle_power_save
ide_toggle_lone_numbers
ide_toggle_gutter_icons
ide_toggle_parameters
ide_change_scheme
ide_toggle_documentation
ide_toggle_definition
ide_pop_type
ide_pop_parameters
ide_go_breakpoints
ide_toggle_method_breakpoint
ide_run_test
ide_run_test_again
ide_debug_test
ide_step_smart
ide_step_to_line
ide_continue
#these aren't a thing for VSCode
ide_resize_window_right
ide_resize_window_left
ide_resize_window_up
ide_resize_window_down
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
IntelliSense in Visual Studio Code
If you are still missing IntelliSense features after installing a language extension, open an issue in the repository of the language extension. Tip:...
Read more >Visual Studio Code Frequently Asked Questions
What is the difference between Visual Studio Code and Visual Studio IDE? Visual Studio Code is a streamlined code editor with support for...
Read more >Managing Extensions in Visual Studio Code
VS Code makes it easy to manage your extensions. You can install, disable, update, and uninstall extensions through the Extensions view, the Command...
Read more >Debugging in Visual Studio Code
One of the great things in Visual Studio Code is debugging support. Set breakpoints, step-in, inspect variables and more.
Read more >Refactoring source code in Visual Studio Code
Select the source code you'd like to extract and then click on the lightbulb in the gutter or press (Ctrl+.) to see available...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@brxck - FWIW, I moved over to your implementation for VSCode, including the majority of your grammar for vscode. Thanks for sharing that, I think it’s much better.
I’ll poke around on the help suggestion, I think that’s a great idea.
Re: your vscode re-write
Yeah, I’ve been using the command palette for more stuff recently, so I agree that’s likely a better way to go wherever possible.
(So much is common between the IDEs that I don’t want to give up on ide.talon just yet, but I’m close)