jshep98
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created IdeaVim: Append output of an external command in Rubymine
AnsweredIn Vim, running `:0read !date` inserts the current date on the current line. Is there anyway we can make this work in idea vim ? -
Edited RSpec keywords not recognised in RubyMine Editor
CompletedRSpec tests run OK from the CLI & with Run > Run... Menu item in RubyMine But the editor does not recognise RSpec keywords like describe, it... and autocompletion does not work when writing tests. ... -
Edited Pycharm: Typing double-quotes inside parenthesis inserts quotes after parenthesis
AnsweredAm using Pycharm + IdeaVim plugin When editing a markdown python code fence in Pycharm, typing a double-quote inside a parenthesis the double-quotes are inserted outside the parenthesis. How can I ... -
Created Running python code from a code fence in markdown
When editing an sql code fence in Markdown, We can execute the SQL snippet by right clicking and selecting SQL code provided a database is connected & datasource is defined. But cannot see a simil...