Code Monkey home page Code Monkey logo

vscode-jetbrains-keybindings's Introduction

Hi there ๐Ÿ‘‹

isudox's GitHub stats

vscode-jetbrains-keybindings's People

Contributors

cbeninati avatar dandv avatar hinell avatar isudox avatar mjbvz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

vscode-jetbrains-keybindings's Issues

ctrl shift backspace

thanks for your extension:))) !!

i like to have:
ctrl shift backspace (last edit position)

and

STRG+W

i wort both via autohotkey in windows. if this eventuelly helpful for you. let me know.

Navigation keybindings?

Hi! It looks like from the README the navigation keybindings from jetbrains (Ctrl/Cmd + ] for forward, Ctrl/Cmd + [ for backwards) are not supported. Any chance we could get those added as well?

Set extensionKind in package.json to support Remote Development

Hi, I'm on the VS Code team. We recently released support for Remote Development and I noticed that your may extension need a small change to ensure users have a good experience when using it remote workspaces.

What is the issue?

To make remote development as transparent as possible to users, VS Code distinguishes two classes of extensions:

  • UI Extensions: These extensions make contributions to the VS Code user interface and are always run on the user's local machine. UI Extensions cannot directly access files in the workspace, or run scripts/tools installed in that workspace or on the machine. Example UI Extensions include: themes, snippets, language grammars, and keymaps.

  • Workspace Extensions: These extensions are run on the same machine as where the workspace is located. When in a local workspace, Workspace Extensions are run on the local machine. When in a remote workspace, Workspace Extensions are run on the remote machine. Workspace Extensions can access files in the workspace to provide rich, multi-file language services, debugger support, or perform complex operations on multiple files in workspace (either themselves or by invoking scripts/tools).

You can find more details about this architecture here.

VS Code currently infers that your extension is a Workspace Extension. This means that users who have your extension installed must also install it to the remote in order to use it in remote workspaces. I believe that your extension should probably be a UI extension instead. That way your extension will always be enabled for users who install it, even if they open a remote workspace.

How do I fix this?

To tell VS Code that your extension is a UI extension, just add "extensionKind": "ui" to your extension's package.json.

UI Extensions always run on the user's local machine, even when they open a remote workspace.

I'll submit a PR that does this. Please let me know if you have any questions or concerns about the issue. We've also put together a guide to help you test your extension in remote workspaces

PS: As a temporary workaround for a few popular extensions, we've automatically added your extension to an internal whitelist so that is always treated as a UI extension

ctrl+f blocks find in terminal

Hi, I cannot use ctrl+f in the terminal. The moment I disabled the extension search started to work.

It looks like the second Find is the problem
image

Save without formatting keymap

I'm using prettier in my projects and sometimes I need to save a file and run prettier code format on save and sometimes I just want to save without format the code.

VSCode has suport keymap for save with formatting (CTRL + S) and save without formatting(CTRL + K), in this extension we already have a keymap for CTRL + K for Commit to VCS, but we dont have any keymap for save without formatting, so I can't find a way to save my files without formating on save.

My proposal is to create a shortcut to save without formatting, jetbrains keymap does not have support for this shortcut, so we would have to create a different shortcut, is this possible?

Reference:
https://code.visualstudio.com/updates/v1_28#_save-without-formatters
https://resources.jetbrains.com/storage/products/intellij-idea/docs/IntelliJIDEA_ReferenceCard.pdf

Doesn't seem to be working

Hi there,

Thanks for this extension. I've installed it however it doesn't seem to be doing anything.

For example, workbench.action.quickOpen should be command + shift + n, but is still command + p.

Screen Shot 2020-10-05 at 9 49 00 PM

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.