Coder Social home page Coder Social logo

vscode-js-console-utils's People

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  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

vscode-js-console-utils's Issues

Cursor position inside brackets?

Pressing ctrl + shift + L creates a console.log statement but it is selected and with the cursor at the end. Wouldn't it be better if it was created without selection and with the cursor between the brackets?

As it is now it's almost as fast to write down the console.log manually than to press ctrl + shift + L -> right arrow (to deselect) -> left arrow -> left arrow to put the cursor in place.

cmd+shift+L deleting logs. version 0.70.0

cmd+shift+L is having the same behaviour as cmd+shift+A

VS code version 1.13.1
macOS Sierra 10.12.6

other extension enabled:
Beautify 1.3.0
ESLint 1.2.11
GItBlame 2.1.0

any update soon ?

hi friend , any update soon for suport
console.log+ css color
console.group ?

thank

Add support for prefix/postfix with selection

Sometimes it is nice to provide a prefix/postfix when debugging. For example if you want to write your console.logs like console.log('DEBUG - variableName: ', variableName') it is easier to do global searches for DEBUG and come across all of the debugg console.logs that you have added.

It would be awesome if this extension provided a way config to allow prefixing/postfixing

Please publish this extension to the open-vsx.org registry (to support VSCodium)

I would love to use this extension with VSCodium. For that to work, the extension would need to be published to the open-source registry at openvsx. A guide on how to do that can be found here: https://github.com/eclipse/openvsx/wiki/Publishing-Extensions

Alternatively, the extension could be added to the publish-extensions repo as a workaround, but that would not be a good long-term solution for reasons described here.

I know it’s a few steps to follow, but please consider this! I’d be very grateful. <3

Customise inserted code

If you exposed the template for the inserted code to make it user-configurable, that would open up a world of new possibilities!

Add Windows support

Right now it seems only Mac is supported.

I attempted Win + 'Shift' + 'L' and Ctrl + Shift + L and neither see to work

console.log('ex1:', ex1, 'ex2:', ex2, 'ex3:', ex3)

Hi is it possible to request this feature please.

const ex1 = '...';

alert('asdfsd');

///

const ex2 = ex3;

If I ctrl+click on three different variables, then hit a hotkey it should add at the lowest possible position:

console.log('ex1:', ex1, 'ex2:', ex2, 'ex3:', ex3)

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.