Code Monkey home page Code Monkey logo

vscode-input-sequence's Introduction

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

vscode-input-sequence's People

Contributors

tomoki1207 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

Watchers

 avatar  avatar  avatar

vscode-input-sequence's Issues

Sugestion: Letters

Create a progressive letters, like:

a -> b, c, d...

A -> B, C, D..

Maybe roman numbers...

i -> ii, iii, iv

I -> II, III, IV

選択範囲にテキストがある状態で実行した時に意図しない動作になります

例えば以下のテキストがあって、連番の箇所を100から始まる連番に修正したい場合等で、1〜5をマルチ選択していたとします。

xxx-1
xxx-2
xxx-3
xxx-4
xxx-5

その状態でコマンドを実行した際に、各々の選択範囲の内容が置き換わらずに、追加されて、以下のような状態になってしまいます。

xxx-1100
xxx-2101
xxx-3102
xxx-4103
xxx-5104

選択範囲にテキストがある場合は、生成された連番で置換動作されるように修正していただけるとうれしいです。

start digit only accept [0-9a-F], should accept [0-9a-Z]

It seems rather pointless to support radix above 16 if it cannot start from digit >f.

==============================================================
Also it would be pretty handy to guess radix based on the start digit:

if start in [0-9]: default_radix=10
if start in [a-F]: default_radix=16
if start in [g-Z]: default_radix=36

=================================================================

Another possible improvement is to allow skipping the step. e.g. accept e::17 as e:1:17

=================================================================

Thanks for the great extension.

Fractional sequences?

Are there plans to support fractional sequences, beginning at a float or increment by a float like 0.1

File 1.1
File 1.2
File 1.3
File 1.4
File 1.5
File 1.6

invoke on Mac: ALT/OPT+CMD+0

It would be helpful to others of the keystrokes to invoke on Mac:

ALT/OPT+CMD+0

were included in the instructions.

Can't find it in VSCode Quick Actions

I'm able to invoke it as mentioned using Ctrl + Alt + 0 and it works well! But it would be very useful if this is callable from VSCode Actions triggered using Ctrl + Shift + P. It's preferable to find this using the following keywords:

>sequence
>increment
>decrement
>step
>numbers

image

Broken in current vscode

I love the extension, but it broke in some latest version of vscode.
In a blank file with 10 lines, when I call Alt+Ctrl+0 and enter 1+1 I get this output:

111
222
333
444
555
666
777
888
999
101010

I would appreciate if you could find the time to look into the issue.
Thank you very much!

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.