question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Simplest snippet set

See original GitHub issue

Пользователь ilengyel (с СФ) хочет быстро заменять отдельные слова на их upper-case варианты. Это правильный заказ. Я только не понимаю, зачем так сильно сужать пожелание. Если бы в Куд был легкий механизм для наполнения/применения списка пар [(исходное слово, фраза для замены)], то это решило бы и проблему ilengyel и еще дало большой простор для улучшения работы.

Очевидно, что требуемый механизм близок по применению к тому как работает cuda_snippets - нужно по Таб заменить слово на слово/фразу и все. Разница в том, что сейчас каждый снип, это отдельный файл. Наполнить сотню таких файлов - большая головная боль.

Предлагаю

  • В набор входных файлов *.synw-snippet добавить спец.имя, например, _SIMPLE SET_.synw-snippet
  • Наполнить этот файл построчно парами <слово> <на что заменить>
  • по этому файлу формировать внутри снип-плагина продолжение списка обычных снипов.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:39 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
CudaText-addonscommented, Apr 20, 2018

за плату сделаю…

0reactions
Alexey-Tcommented, Apr 23, 2018

fixed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

andreyorst/SimpleSnippets.vim: Simple snippet ... - GitHub
Simple snippets is a fast, lightweight, and simple snippet manager for Vim and NeoVim based on standard editor features. It integrates with Deoplete...
Read more >
How To Create Custom VSCode Snippets - YouTube
Snippets are one of the easiest ways to speed up your coding by making repetitive tasks simpler and quicker. There are hundreds of...
Read more >
Simple React Snippets - Visual Studio Marketplace
The essential collection of React Snippets and commands. snippets in action. Features. Only what you need and nothing more. No Redux. No React ......
Read more >
How to Create Your Own Custom Code Snippets Right in Your ...
Creating your own custom snippet is quite easy. And with the help of another tool called Snippet Generator (which I will show you...
Read more >
Ode to VSCode Snippets - Mercedes Bernard
The simplest snippet you can set up is one to just insert text. I use this for my debugger statements in all my...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found