Lundeen.Bryan

Results 10 issues of Lundeen.Bryan

I've been using easymotion on this computer and my work computer for several years, but on my home PC I reinstalled Win10 and can't get easymotion working. In Win10 os,...

The tutorial for Jeffrey Way's tutorial on easymotion was changed at tutsplus.com so I just changed that URL in the README.md file.

In package.json I added "onLanguage:vbs", under activationEvents and in parser.js I added the following under "setDelimiter(language)" ` case 'vbs': this.setCommentFormat("'//", 'rem//', 'rem.||(', ')'); break; ` I tried just using "'"...

I don't think there is a Rumble app for Kodi yet, so you might not be able to add Ruble support, but if you know how to set it up...

Is there a way to set a "global profile" that is the default? I'd like to have the ability to create a default profile so that when I open a...

### Housekeeping - [X] I'm sure this issue is _not_ a duplicate ### Icon Type - [X] File Icon - [ ] Folder Icon ### Icon Type - [X] Extension...

I'd love to see if this could work in Jupyter notebooks in VS Code as they use markdown and python code. I tried tagging a cell in jupyter with markdown...

Problem: I tried to use this extension in a markdown file but the snippets didn't populate in the list by using the command pallet or in the code window. Suggested...

It doesn't look like VS Code has a way to expand all folders in the explorerFolders view or in NERDTREE, but collapsing can be accomplished by the following keybinding: {...

Was wondering if you can modify it to work with VBA as well as VBS. I know the language is slightly different, but it might be close enough.