ilich / vscode-coldfusion

Visual Studio Code CFML (ColdFusion) Language Support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Having Issues Using Tabs

pmolaro opened this issue · comments

Since the last update or two, I seem to be having issues using tabs in my CFML files. I assume its the plugin, but it may not be.

So if I'm typing, and hit tab I will get the error:
Cannot read property 'value' of null

If I reload my app by restarting it, or installing another plugin that reloads it, the tabs work for a while, but eventually I get this issue again. I have tried uninstalling and re-installing the plugin, disabling everything but this plugin, etc, and I can still replicate the behavior.

Currently I use Command-] to tab. I have this plugin installed with the same other plugins on a different laptop, with basically the same specs, and don't seem to have the issue, though I don't use that one as often as I use my work computer.

Any thoughts?

Here's my setup:
Mac Book Pro (Late 2013)
macOS High Sierra (10.13.3)
VS Code v1.20.1

Plugins:

  • Apache Conf 1.11.1
  • Babel ES6/ES7 0.0.4
  • Cobalt2 Theme Official 2.1.6
  • Code Outline 0.0.13 (disabled)
  • coldfusion 1.0.1
  • Visual Studio Team Services 1.122.0 (disabled)
  • vscode-icons 7.20.0

Does it work if you just press tab instead of Command+] ?